A

Admin • 828.03K Points
Coach

Q. Which command is used to create a view in MySQL?

  • (A) MAKE VIEW view_name AS SELECT ...;
  • (B) CREATE VIEW view_name AS SELECT ...;
  • (C) NEW VIEW view_name AS SELECT ...;
  • (D) DEFINE VIEW view_name AS SELECT ...;

Explanation by: Admin
The CREATE VIEW statement is used to create a new view.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.