A

Admin • 831.35K Points
Coach

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

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

Explanation by: Admin
This question asks you to identify what "abc" represents in the given MySQL code. Let's break down the code first:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.