A

Admin • 828.03K Points
Coach

Q. What is a view in MySQL?

  • (A) A physical copy of data
  • (B) A virtual table based on a query
  • (C) A backup of a table
  • (D) An index

Explanation by: Admin
A view is a virtual table created using a SELECT query. It does not store data physically.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.