When you want to select all data from the table, type the SELECT * FROM table_name; it displays all the records in the table.
Note: It selects all data from all columns.
Syntax:
SELECT * FROM table_name;
When you want to select all data from the table, type the SELECT * FROM table_name; it displays all the records in the table.
Note: It selects all data from all columns.
Syntax:
SELECT * FROM table_name;