0
Is importent to write select *from customer?
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 👍
0
If you need to retrieve all columns from that table, then yes.
0
* represent all column of database table . if you want all then use * otherwise use column name.