The SQL analog of what is more conventionally known as the catalog is called the
2025
The SQL analog of what is more conventionally known as the catalog is called the
- A.
Data manipulation
- B.
Information schema
- C.
Data definition language
- D.
Dynamic SQL
Attempted by 214 students.
Show answer & explanation
Correct answer: B
In SQL, the catalog is conventionally represented by the INFORMATION_SCHEMA. This system schema contains metadata about database objects such as tables and views.