1.

Which statement upgrades the database directory name encoding?(a) ALTER DATABASE(b) ALTER SERVER(c) ALTER EVENT(d) ALTER FUNCTIONI have been asked this question during a job interview.My enquiry is from SQL Statement Syntax (Non-Compound Statements) topic in division SQL Syntax of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions