1.

Which keyword is the synonym for DATABASE?(a) TABLE(b) OBJECT(c) DB(d) SCHEMAI had been asked this question in examination.My enquiry is from Selecting, Creating, Dropping and Altering Databases topic in portion Using SQL to Manage Data of MySQL

Answer»

Right option is (d) SCHEMA

Easy explanation: In any STATEMENT where the word ‘DATABASE’ OCCURS, the keyword ‘SCHEMA’ can be used as a SYNONYM in PLACE of it. In the literal sense, SCHEMA refers to the structure of the database.



Discussion

No Comment Found

Related InterviewSolutions