다음 중 예시된 SQL 데이터 조작문 중에서 구조가 옳지 않은 것은?
문제풀이 모드
0
정답률 : -
다음 중 예시된 SQL 데이터 조작문 중에서 구조가 옳지 않은 것은?
select * from goods where price> 100000
insert goods into (price) values (10000)
delete from goods where price = 100000
update goods set price = 100000 where price> 100000
채점하기