1.

INFORMATION_SCHEMA is more portable than SHOW statements.(a) True(b) FalseThe question was asked during an interview.Query is from Obtaining Database Metadata topic in section Using SQL to Manage Data of MySQL

Answer»

The correct choice is (a) True

Easiest explanation: The ‘INFORMATION_SCHEMA’ is a METHOD to access INFORMATION about the databases and its OBJECTS known as METADATA. Its content is MySQL-specific which makes it more PORTABLE.



Discussion

No Comment Found

Related InterviewSolutions