Home / Programming MCQs / MySQL MCQs / Question

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;

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.