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
πŸ’¬ Discuss
βœ… Correct Answer: (B) column name
Explanation: This question is about understanding the structure of a MySQL VIEW. Here's how to break it down:
Explanation by: Shiva Ram
This question is about understanding the structure of a MySQL VIEW. Here's how to break it down:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
103
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
89%
Success Rate