We use the Insert command to insert the data in the database in the following way:
Syntax:
INSERT INTO table_name(column1,column2,...) VALUES(value1, value2,...);