1.

The statement that makes changes to the global attributes of the database is ______________(a) CHANGE(b) ALTER(c) ALTERNATE(d) UPDATEThis question was addressed to me in a national level competition.Question is from Using Server-Side Prepared Statements in portion MySQL Programs Using C of MySQL

Answer»

Right option is (b) ALTER

Best explanation: The ‘ALTER TABLE’ STATEMENT is used to make changes to GLOBAL attributes of the database. This statement is followed by the name of the database, character SET and COLLATION.



Discussion

No Comment Found

Related InterviewSolutions