SELECT Command

 


SELECT Command

Description:
The SELECT command is used to retrieve data from a table.

Syntax:

SELECT * FROM table_name;

Example:

SELECT * FROM student;







Comments

Popular posts from this blog

Important MySQL Commands