Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is a view in MySQL?

  1. A A stored result set that is refreshed nightly
  2. B A named virtual table defined by a stored query
  3. C A backup copy of a table
  4. D A graphical interface to the database
Answer

A named virtual table defined by a stored query

A view stores the query, not the data, and is evaluated when referenced. MySQL does not support materialised views natively.

All MySQL MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as