Selecting certain column in a table

If you want to select the specific column in a table then you should write the following command:
SELECT region_name
FROM regions;

***Here regions_name is the column of a regions table.

SQL Command:
SELECT column_name
FROM table_name;

2 comments:

Tuto said...

Thanks for great tutorial site. Keep it up.

FUN WITH PROGRAMMING said...

Welcome Tuto vai.

Post a Comment