MCQ Single Best Answer Easy

QWhich of the following DDL statements is used to create a new view in MySQL?

ID: #15454 Data definition language - MySQL 113 views
Question Info
#15454Q ID
EasyDifficulty
Data definition language - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A CREATE INDEX
  • B ALTER VIEW
  • C CREATE VIEW
  • D ADD VIEW
Correct Answer: Option C

Explanation

The CREATE VIEW statement in MySQL is used to create a new view. A view is a virtual table derived from one or more tables or other views, which can be queried like a regular table.

Share This Question

Challenge a friend or share with your study group.