试题详情
- 多项选择题 Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements insert 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 clause should
- Examinethedescriptio
- Which three are true
- Which substitution v
- Which SQL statement
- Which three are true
- Which two statements
- Examine the descrip
- Evaluate this SQL s
- Examine the structu
- ClicktheExhibitbutto
- The EMPLOYEES table
- ClicktheExhibitbutto
- ClicktheExhibitbutto
- The EMPLOYEES table
- You need to perform
- Examine the structu
- You need to change t
- Management has aske
- What is necessary fo