0 votes
in Sql by
How to select all records from the table?

1 Answer

0 votes
by
To select all the records from the table we need to use the following syntax:

Select * from table_name;

Related questions

+1 vote
asked Jul 10, 2020 in Sql by SakshiSharma
0 votes
asked Nov 12, 2021 in SQLite by Robin
...