| 000-700 Exam |
| 000-700 - Exam Information |
| Question of the day |
Given the table definitions: DEFIN1: id SMALLINT NOT NULL name VARCHAR(30) hired DATE DEFIN2: deptid SMALLINT NOT NULL name VARCHAR(30) started DATE Assuming that neither table is empty, which of the following statements will insert data successfully into table DEFIN1?
Answer(s)
INSERT INTO defin1 (id) VALUES (1)