Returns the distinguished name of the entry.
DN
The following example deletes all entries withtin the DC=company,DC=com except the OU=Users,DC=company,DC=com.
DELETE FROM "DC=company,DC=com" WHERE DN != 'OU=Users,DC=company,DC=com'