试题详情
- 多项选择题 Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements inserts a row into the table? ()
A、INSERT INTO employees VALUES (NULL, 'JOHN','Smith');
B、INSERT INTO employees( first_name, last_name) VALUES ('JOHN','Smith');
C、INSERT INTO employees VALUES ('1000','JOHN','NULL');
D、INSERT INTO employees(first_name,last_name, employee_id) VALUES ('1000, 'john','Smith');
E、INSERT INTO employees (employee_id) VALUES (1000);
F、INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, 'john',");
关注下方微信公众号,在线模考后查看

热门试题
- Which syntax turns a
- Which two statements
- Which view should a
- Examine the descrip
- What is necessary fo
- Which two statements
- Which two statements
- Examine the statemen
- Which substitution v
- Evaluate the SQL st
- In which two cases w
- ClicktheExhibitbutto
- Which four are types
- You need to create a
- Examine the data fr
- Which two statements
- Evaluate the set of
- TheEMPtablecontainst
- Which are DML statem
- The STUDENT_GRADES