시험모드 10문제 진행중

실제 시험을 보듯 모든 문제를 풀고 점수를 확인하는 모드입니다.

0%

1. 다음 SQL 문장 중 column1의 값이 널(null value)값인 경우를 찾아내는 문장은?

  • 1
    select * from ssTable where column1 is null;

  • 2
    select * from ssTable where column1 = null;

  • 3
    select * from ssTable where column1 EQUALS null;

  • 4
    select * from ssTable where column1 not null;
--:--
오류 내용 신고