본문 바로가기

DB/MySQL15

[MySQL] Talk about Join method in SQL Today We gotta go study about join. I think if you used this first time It will be difficult a little bit. because this method need to understand about relationship. If you are study about join, you can understand easily. So Let's go follow me . Create table book5 Create table review5 Insert into book5 values Insert into review5 values left join What's different with inner join? ※As you can see .. 2022. 2. 11.
[MySQL] Data Manipulation Language (DML) if we finish the a DDL. Now We start to study next chapter DML. Let 's start it Insert, Select Update Delete, You can see seq 1 line was deleted. To be continue 2022. 2. 9.
[MySQL] MySQL을 github으로 Commit하는 방법 정말 간단하다 하지만 오랜만에 하게되면 기억이 나지 않을 수도 있으니 미리미리 복습해두자. To be continue 2022. 2. 8.
[MySQL] Data Definition Language (DDL) Today We are going to study DDL. It include CREATE, ALTER, DROP, RENAME and TRUNCATE. So Let's get it. Create table, We maed a table called test3. Drop table, It's easy just type it. alter table tablename add tel int; alter table name drop tel; alter table tablename modify tel int; , this is mean that modify column attribute. alter table tablename change tel pongpong varchar(45); As you know We .. 2022. 2. 7.
[MySQL] Insert into "table" values 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 2022. 2. 4.
[MySQL] Create table and set the environment Today Let's start to make database through MySQL easily, When I start this first that I thought this will be difficult to me. But It's not. So follow me It's easy than we thought. Naturally Go into MySQL software and follow the picture step. Click the EER Diagram. And Follow the step. Double click this table1. You can adjust a size. You can change the table name and insert the attribute you want.. 2022. 1. 31.
[MySQL] Download and Make a MySQL environment Hi guys, Today I make a SQL DB Service, If you need or make it together. Follow me bros. Are you ready to do that ? So Let's get it https://www.mysql.com/downloads/ MySQL :: MySQL Downloads MySQL Cluster CGE MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. MySQL Cluster MySQL Cluster Manager Plus, everyt.. 2022. 1. 25.