D Dharmendra Sir • 3.53K Points Extraordinary 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; Correct Answer - Option(A) Views: 271 Filed under category MySQL Share
Discusssion
Login to discuss.