A

Admin • 828.03K Points
Coach

Q. Which command is used to remove a view?

  • (A) DELETE VIEW view_name;
  • (B) DROP VIEW view_name;
  • (C) REMOVE VIEW view_name;
  • (D) TRUNCATE VIEW view_name;

Explanation by: Admin
DROP VIEW permanently removes a view from the database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.