NULL을 입력하려고 하면 어떻게 될까요?
다음 문을 실행하세요:
INSERT INTO professors (firstname, lastname, university_shortname)
VALUES (NULL, 'Miller', 'ETH');
왜 오류가 발생할까요?
이 연습은 강의의 일부입니다
다음 문을 실행하세요:
INSERT INTO professors (firstname, lastname, university_shortname)
VALUES (NULL, 'Miller', 'ETH');
왜 오류가 발생할까요?
이 연습은 강의의 일부입니다