#10 MySQL Beginners Tutorials in Hindi | 2 Methods to insert Record in Table using MySQL

#computerhindinotes
In this video of MySQL Beginners Tutorials in Hindi we will learn about insert into statement.
The INSERT INTO statement is used to insert new records in a table.
In this video we are learning two methods to insert record in table. First method is when we have to write columns names in any order.
1. Specify both the column names and the values to be inserted
2. If you are adding values for all the columns of the table, you do not need to specify the column names in the SQL query. However, make sure the order of the values is in the same order as the columns in the table.
Topics covered in this video
0:00 Introduction
0:32 What is Insert into statment
0:55 First method of Insert into statment

Пікірлер