📝 Question
#1565
In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?
✓
Correct Answer
B. CREATE SCHEMA
💡
Explanation
A database schema of a database system is its structure described in a formal language supported by the database management system and refers to the organization of data as a blueprint of how a database is constructed.
⌨️ Press
A
B
C
D
to select