Oracle
1Z0-873 · Question #96
Complete the following sentence. The INFORMATION_SCHEMA.SCHEMATA table contains information about ...
The correct answer is C. ... all of the databases on the server, such as name, character set and collation. A schema is a database, so the SCHEMATA table provides information about databases. This information consists of: SCHEMA_NAME (Database) DEFAULT_CHARACTER_SET_NAME DEFAULT_COLLATION_NAME
MySQL Information Schema
Question
Complete the following sentence. The INFORMATION_SCHEMA.SCHEMATA table contains information about ...
Options
- A... the table structure for all databases.
- B... all of the tables, triggers and views for every database.
- C... all of the databases on the server, such as name, character set and collation.
- D... every database's structure including tables, triggers, stored routines, views, etc.
How the community answered
(28 responses)- A7% (2)
- B18% (5)
- C71% (20)
- D4% (1)
Explanation
A schema is a database, so the SCHEMATA table provides information about databases. This information consists of: SCHEMA_NAME (Database) DEFAULT_CHARACTER_SET_NAME DEFAULT_COLLATION_NAME
Topics
#INFORMATION_SCHEMA#SCHEMATA table#database metadata#character set collation
Community Discussion
No community discussion yet for this question.