1.

INFORMATION_SCHEMA is based on the SQL standard.(a) True(b) FalseI had been asked this question in an international level competition.Query is from Obtaining Database Metadata in division Using SQL to Manage Data of MySQL

Answer»

Correct CHOICE is (a) True

Explanation: ‘INFORMATION_SCHEMA’ is another way to access INFORMATION about the DATABASES and its objects (metadata). It is based on the ‘SQL STANDARD’, although some content is MySQL-specific.



Discussion

No Comment Found

Related InterviewSolutions