- 14
Rearrange the code to select the "name" column values from the "Customers" table
this question shows wrong answer plz telme answer
15 Respuestas
+ 1
Select
Name
Form
Customers
+ 1
select concate (name, 'is from', city)
from customers
0
Answer is SELECT name, city
FROM people ORDER BY id;
0
Answer is SELECT... , FROM... , LEFT... , On... .
0
I don't see any ans
0
The ans is select* fromwhere people city='boston'
- 1
Tell us where we have to look... which chapter?
- 1
2/7 last question
- 1
SELECT
name
FROM
customers
The solution for the question is correct ;)
- 1
slect name from customer
- 1
SELECT
name
FROM
customers
- 1
SELECT
CONCAT
(name, ' is from ', city
)
FROM customers;
- 1
how to rearrange this in laptop
- 1
Hey freind... me want give answer is SHOW, and, FROM.
- 2
select
name
from
customers