본문 바로가기
Database

[Database] DML(Data Manupulation Language) 1

by 구루미94 2022. 4. 19.

1. 비교문(Select)

- 같다: = cf) ==

- 같지 않다: <> cf) !=

- > / >= / <= / <

 

2. DML

- select

- select distinct

- where

- and, or, not

- order by

- insert into

- null values

- update

- delete

- select top

- min and max

- count, avg, sum

- in

- between

728x90

댓글