How do I insert values into a particular table in the database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I insert values into a particular table in the database

MySQL

11th Feb 2020, 2:52 PM
WAMBUA MUEMA ANTONY
3 Answers
+ 3
Insert into <table name> values(value1,value2,value3....) Note : values should be in the order of the values is in the same order as the column in the table
17th Feb 2020, 12:00 AM
Indira
Indira - avatar
+ 2
Can you show us your attempt, and give more details? You are barely at the beginning of the course, study a bit more, and you'll find the answer.
11th Feb 2020, 2:57 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 2
Aymane Boukrouh I'm just sharing this because if you start to work on SQL then you need to know the insert query as soon as you are done with your table creation. But it is covered at the very end of the course. WAMBUA MUEMA ANTONY here you go. https://www.sololearn.com/learn/SQL/1868/
11th Feb 2020, 3:25 PM
Avinesh
Avinesh - avatar