试题详情
- 多项选择题 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 two are attrib
- What is necessary fo
- ClicktheExhibitbutto
- What is necessary fo
- The EMPLOYEES table
- In which scenario wo
- You created a view
- TheEMPLOYEEStablecon
- Examine the structu
- Examinethedescriptio
- You need to perform
- You need to change
- Evaluate these two
- The EMPLOYEES table
- Which is an /SQL*Plu
- Which two statements
- Which three statemen
- You need to perform
- Which clause should
- Which four are types