Тёмный

MySQL #14: How to insert data into a MySQL table using CMD & PhpMyAdmin Hindi 

Thapa Technical
Подписаться 673 тыс.
Просмотров 11 тыс.
50% 1

Welcome, Insert into statement in MySQL table in PhpMyAdmin and CMD in Hindi. insert query in MySQL. The SQL INSERT INTO Statement
The INSERT INTO statement is used to insert new records in a table.
INSERT INTO Syntax
It is possible to write the INSERT INTO statement in two ways.
The first way specifies both the column names and the values to be inserted:
INSERT INTO table_name (column1, column2, column3, ...)
VALUES (value1, value2, value3, ...);
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. The INSERT INTO syntax would be as follows:
INSERT INTO table_name
VALUES (value1, value2, value3, ...);
Follow me on Instagram: / vinodthapa55

Опубликовано:

 

15 июл 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@sandeepnayan1981
@sandeepnayan1981 2 года назад
awesome videos sir, I am not new to MYSQL only, I am unknown with coding and command prompt. I have started learning from you and now I am able to write code from myself. Thanks you sir once again. Notes: Sir, 13 no videos nhi hai sir
@DEEPANSHU_NAG
@DEEPANSHU_NAG 5 лет назад
Great bhai 👍🏻✌🏻👏🏻👏🏻👌🏻
@johnthapa1879
@johnthapa1879 5 лет назад
Awesome video bro
@ajayjathod
@ajayjathod Год назад
bhai #13 video nahi upload kiya
@noleekakhatarkar8902
@noleekakhatarkar8902 3 года назад
Sir where is video no. 13??
@rabinsubedi5602
@rabinsubedi5602 5 лет назад
Neplai ma garau na
@vidyamishra5195
@vidyamishra5195 3 года назад
No sir dlt vala vedio nhi hai
@sanjusreemajhi2897
@sanjusreemajhi2897 3 года назад
Video #13 nhi h
@sohamambre312
@sohamambre312 3 года назад
drop table (He covered this in video 13)
@mallahtechnical5184
@mallahtechnical5184 5 лет назад
sir g??????
@inderpreetsingh2138
@inderpreetsingh2138 5 лет назад
Hlo sir ek asi video dalo jisme ham apni html file ko server se kaise kare connect
@MrPatel-hg7kk
@MrPatel-hg7kk 5 лет назад
muje developer banna he to start kahase karu or me ek m.sc student hu
@MrPatel-hg7kk
@MrPatel-hg7kk 5 лет назад
reply plz
@HuzaifaShah
@HuzaifaShah 5 лет назад
For web developer you have to start from HTML then HTML5 ,CSS then css3 then JavaScript then PHP and then my SQL....
@shubhamvishwakarma6977
@shubhamvishwakarma6977 5 лет назад
Video #13 nhi h
Далее
Как выходим с тройняшками 🙃
00:17
MySQL: How to UPDATE and DELETE data from a TABLE
3:32