试题详情
- 多项选择题 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
关注下方微信公众号,在线模考后查看
热门试题
- On which
- 如何将变量v_row定义为emp表的记录
- In which
- ClicktheExhibitbutto
- In which case would
- 查询出当前的数据库系统时间,精确到秒()
- If two w
- EMPDET is
- 当需要查询用户的表空间限额时,可以使用如
- The recordQ
- Given: Whatistheres
- The data
- ()是Oracle最高一级逻辑存储结构。
- A database instance
- Which statement desc
- You have
- Connection Man
- Users in
- You want to enable r
- Which two̳