본문 바로가기
DB/MySQL

[MySQL] Insert into "table" values

by AlexHouse 2022. 2. 4.

Today we gonna study how to insert the data in database. It's easy than we thought. So Don't worry about it.  It 's easy so Let's start immediately


Insert into "table" (  )

 

Values ( ); 

※Don't forget use ' ' when you use a word.  if you aren't that you can see this error.

 

 

Check the data through this method, Select & from table;

 


 

 

To be continue