Rearrange the code to select the "name" column values from the "Customers" table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 14

Rearrange the code to select the "name" column values from the "Customers" table

this question shows wrong answer plz telme answer

5th Jan 2017, 11:25 AM
sandeep reddy
sandeep reddy - avatar
15 Answers
+ 1
Select Name Form Customers
14th May 2020, 10:16 AM
leela Marisetti
leela Marisetti - avatar
+ 1
select concate (name, 'is from', city) from customers
7th Mar 2023, 4:31 PM
Hasan Butt
0
Answer is SELECT name, city FROM people ORDER BY id;
7th Mar 2020, 12:49 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar
0
Answer is SELECT... , FROM... , LEFT... , On... .
9th Mar 2020, 12:44 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar
0
I don't see any ans
4th Jul 2020, 8:15 PM
Faith Mundi
Faith Mundi - avatar
0
The ans is select* fromwhere people city='boston'
4th Jul 2020, 8:19 PM
Faith Mundi
Faith Mundi - avatar
- 1
Tell us where we have to look... which chapter?
5th Jan 2017, 11:37 AM
Andreas K
Andreas K - avatar
- 1
2/7 last question
5th Jan 2017, 11:44 AM
sandeep reddy
sandeep reddy - avatar
- 1
SELECT name FROM customers The solution for the question is correct ;)
5th Jan 2017, 12:03 PM
Andreas K
Andreas K - avatar
- 1
slect name from customer
26th May 2017, 7:01 PM
sawaimal
sawaimal - avatar
- 1
SELECT name FROM customers
7th Apr 2018, 4:02 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
- 1
SELECT CONCAT (name, ' is from ', city ) FROM customers;
31st Jul 2018, 3:51 AM
rezgui oussama
rezgui oussama - avatar
- 1
how to rearrange this in laptop
23rd Mar 2019, 5:06 AM
Yamini Podugu
Yamini Podugu - avatar
- 1
Hey freind... me want give answer is SHOW, and, FROM.
7th Mar 2020, 12:22 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar
- 2
select name from customers
16th Apr 2019, 9:49 PM
Gerardo