SELECT
CONCAT(age,'살')
FROM
parent ;
use SEMIN ;
use study ;
테이블 비우기
truncate 테이블
TRUNCATE professer ;
테이블 삭제하기
drop 테이블
DROP TABLE practice3 ;