InterviewSolution
Saved Bookmarks
| 1. |
Which statement upgrades the database directory name encoding?(a) ALTER DATABASE(b) ALTER SERVER(c) ALTER EVENT(d) ALTER FUNCTION |
|
Answer» Correct option is (a) ALTER DATABASE Easiest explanation: The statement ‘ALTER DATABASE’ changes database attributes or upgrades the database directory name encoding. It requires the ‘ALTER’ privilege for the database to be given. |
|