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
'DB > MySQL' 카테고리의 다른 글
[MySQL] Data Manipulation Language (DML) (0) | 2022.02.09 |
---|---|
[MySQL] MySQL을 github으로 Commit하는 방법 (0) | 2022.02.08 |
[MySQL] Data Definition Language (DDL) (0) | 2022.02.07 |
[MySQL] Create table and set the environment (0) | 2022.01.31 |
[MySQL] Download and Make a MySQL environment (0) | 2022.01.25 |