Sequence Of SELECT Statement.
[SELECT ] [Column name] [FROM [Table Name]
SELECT Query with One Column.
*Columns Separate with ' , ' Symbol
Example :
SELEC Stud_Id , Stud_Name FROM Stud_Details
* No Need To Write All Column Names.
Example :
SELECT * FROM Stud_Details;
* If you have question with this please comment , I will reply to you , Thank you..
No comments:
Post a Comment