SQL is followed by unique set of rules and regualation called Syntax. In this tutorail we are providing you basic SQL Syntax that were used widley.
Generally SQL keywords or code are written in uppercase because SQL is not a case sensitive language.
SQL statements is written in one line or in multiple lines.
You can perform most of the action in a database with the use of SQL Statements.
SQL mainly works in algebra and tuple relational calcus.
SELECT"coloumn_age" FROM"table_name";
Semicolon is used to separate or closed the first statement in SQL statements.It is a standard way to separate SQL statements in a database system in which more than one SQL statements are used in there same cell.