-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Which system tables contain information on privileges granted and privileges obtained?
USER_TAB_PRIVS_MADE, USER_TAB_PRIVS_RECD
-
What is the advantage of specifying WITH GRANT OPTION in the GRANT command?
The privilege receiver can further grant the privileges he/she has obtained from the owner to any other user.
-
-
Why does the following command give a compilation error?
DROP TABLE &TABLE_NAME;Variable names should start with an alphabet. Here the table name starts with an '&' symbol.
-
What is the use of the DROP option in the ALTER TABLE command?
It is used to drop constraints specified on the table.
-
SQL Interview Questions
Ans