SQL Commands
 
SQL INSERT INTO STATEMENT
 
The INSERT INTO statement is used to insert new rows into table.
 
Syntax
 
You can also specify the columns for which you want to insert data in specific location.
 
 
 
Insert a New Row
This “Associate” table:
 
 
The SQL Statement :
 
This statement will give result.
 
 
Insert Data In Specificed Column.
Table name “Associate”
 
Syntax
 
This will give result.