A

Admin • 833K Points
Coach

Q. abc in the following MySQL statement is . . . . . . . .
CREATE VIEW xyz (abc) AS SELECT a FROM t;

  • (A) row name
  • (B) column name
  • (C) view
  • (D) database
  • Correct Answer - Option(B)
  • Views: 28
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is about understanding the structure of a MySQL VIEW. Here's how to break it down:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.