DROP DOMAINSection: SQL Commands (7)Updated: 2003-11-02 |
DROP DOMAINSection: SQL Commands (7)Updated: 2003-11-02 |
DROP DOMAIN name [, ...] [ CASCADE | RESTRICT ]
DROP DOMAIN will remove a domain. Only the owner of a domain can remove it.
To remove the domain box:
DROP DOMAIN box;
This command conforms to the SQL standard.