Q. If I want to show all data in a MySQL table, I would use
β
Correct Answer: (C)
SELECT * FROM table;
You must be Logged in to update hint/solution