다음 SQL 문장 중 column1의 값이 널 값(Null Value) 인 경우를 검색하는 문장은?

팝업레이어 알림

e881cda2338fe2f54e482e9f188f7c72_1682930450_1093.jpg


ae9bf1983599c20a98079b6bcc492e88_1716346166_1083.png

홈 > 학습하기 > 멀티미디어콘텐츠제작전문가
멀티미디어콘텐츠제작전문가

다음 SQL 문장 중 column1의 값이 널 값(Null Value) 인 경우를 검색하는 문장은?

속성암기 모드 0 정답률 : -

다음 SQL 문장 중 column1의 값이 널 값(Null Value) 인 경우를 검색하는 문장은?

select * from ssTable where column1 is null;

select * from ssTable where column1 = null;

select * from ssTable where column1 EQUALS null;

select * from ssTable where column1 not null;

,

0 Comments