0

Is importent to write select *from customer?

20th Jul 2020, 2:11 PM
Maryam Yhya Gaber ALFIFI
Maryam Yhya Gaber ALFIFI - avatar
3 odpowiedzi
0
Please tag relevant language (SQL), currently you tagged 'where' which is rather confusing. And please clarify your question in order to get relevant response 👍
20th Jul 2020, 2:17 PM
Ipang
0
If you need to retrieve all columns from that table, then yes.
20th Jul 2020, 7:18 PM
Vasile Eftodii
Vasile Eftodii - avatar
0
* represent all column of database table . if you want all then use * otherwise use column name.
21st Jul 2020, 1:20 PM
Divya Mohan
Divya Mohan - avatar