1
2
select * from professor;
select distinct position from professor;
cs

'Database > Basic' 카테고리의 다른 글

연산자(mod, nvl)  (0) 2021.02.07
null과 ' '  (0) 2021.02.07
레코드 삽입, 수정, 삭제  (0) 2021.02.07
테이블 수정 / 삭제  (0) 2021.02.07
ROLLBACK과 COMMIT - DML 명령어에만 적용가능  (0) 2021.02.07

+ Recent posts