InterviewSolution
Saved Bookmarks
| 1. |
In which context is the privilege ‘CREATE TABLESPACE’ applied?(a) Server administration(b) Tables(c) Stored routines(d) Views |
|
Answer» Correct answer is (a) Server administration To explain: The column name associated with the privilege ‘CREATE TABLESPACE’ is ‘Create_tablespace_priv’. The context in which this privilege is being used is the server administration. |
|