Select command:-

1.the select command is used to select data from a database
2.the results is stored  in a result table, called the results set.
Note:-sql is a case sensitive program.

Syntax:-
select"column1","column2",from"student";

example:-

Select"name","address", from"student";

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post