Write a query to output the names of all customers from the USA. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a query to output the names of all customers from the USA.

can anyone help me with this

27th Jun 2021, 2:08 PM
darla Gayathri
4 Answers
+ 1
SELECT fullname FROM Customers WHERE Country = 'USA'
23rd Aug 2021, 4:10 PM
Vraj Soni
Vraj Soni - avatar
+ 1
Select fullname from customer where country='USA';
7th Dec 2021, 6:49 AM
Prem Kumal
Prem Kumal - avatar
0
Select fullname from customers where country='USA'; Do not forget the s in customers.
5th Feb 2022, 4:57 PM
Ifeoma Njogwuani
- 1
SELECT names FROM Customers WHERE Country = 'USA' #sql #example
27th Jun 2021, 3:27 PM
Rohit