试题详情
- 多项选择题 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', 'smith');
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
关注下方微信公众号,在线模考后查看
热门试题
- You have
- EvaluatethesetofSQLs
- You want
- Given: Whichcommand
- Given: What is
- Which three actions
- Examine the descrip
- Given: Whichcode,in
- What is true about u
- When you
- Click the&ensp
- By using
- You are
- You have
- You decideQ
- Givenclassesdefinedi
- The STUDENT_GRADES
- 查询出当前的数据库系统时间,精确到秒()
- Which type of backup
- Examine the paramet