0
hey , can we fire query like FROM customer SELECT city ?? Instead if SELECT city FROM coustomer
5 Answers
+ 21
No, it will produce an error.
+ 1
No. SQL is case insensitive, but you still have to keep correct syntax.
+ 1
yes... as long as the naming/calling of either columns and table are correct using the right syntax...
0
sql is like English so you have to make clearer what you want to do with this query like you mentioned
select city from customers
- 1
but
SELECT city FROM Customer
looks odd
and this looks sense đ
FROM customer SELECT city