4. SQL Statements
:
DROP GROUP
:
DROP GROUP Examples
Share this page
DROP GROUP Examples
1.
Drop the group identifier, acct_clerk.
DROP GROUP acct_clerk;
2.
In an application, drop the group identifiers, tel_sales and temp_clerk.
EXEC SQL DROP GROUP tel_sales, temp_clerk;