A

Admin • 833K Points
Coach

Q. What does this query do?

Code:
SELECT name FROM customers WHERE city = 'Delhi';
  • (A) Selects all customers
  • (B) Selects customers not in Delhi
  • (C) Selects names of customers in Delhi
  • (D) Selects city of all customers
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This query selects the `name` of customers whose city is 'Delhi'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.