Q. INFORMATION_SCHEMA is not based on the SQL standard.
β
Correct Answer: (A)
False
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.