πŸ“Š MySQL
Q. Which of the following scripts will run successfully?
  • (A) SELECT customer name FROM customers;
  • (B) SELECT `customer name` FROM customers ORDER BY zone WHERE cat_id = 12;
  • (C) SELECT FROM `customers` 'customer name';
  • (D) SELECT `customer name` FROM customers WHERE cat_id = 12 ORDER BY cat_id;
πŸ’¬ Discuss
βœ… Correct Answer: (A) SELECT customer name FROM customers;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
301
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Dharmendra Sir
Publisher
πŸ“ˆ
95%
Success Rate