试题详情
- 多项选择题 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',");
- C,E,F
关注下方微信公众号,在线模考后查看
热门试题
- Given two
- The CUSTOMERS table
- You have
- 在Oracle中,当FETCH语句从游标
- Which two̳
- Evaluate the SQL st
- Which three
- Given: And Mai
- Given: Whichcode,in
- You want
- Given: What is
- You want to flash ba
- Given: and two
- ()是由表和视图组成的、存储有关数据库结
- Oracle管理数据库存储空间的最小数据
- ClicktheExhibitbutto
- You plan to control
- Which two̳
- Which three statemen
- Which of