πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) column name

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
85%
Success Rate