Selecting All columns in a table

Suppose you have a table named departments. Then you can select the table by the following command:
SELECT * FROM  departments;

SQL Command:
SELECT * FROM table_name;

0 comments:

Post a Comment