多做题,通过考试没问题!

Oracle认证考试

睦霖题库>其他计算机考试>Oracle认证考试

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', ' ');
正确答案:C,E,F
答案解析:
进入题库查看解析

微信扫一扫手机做题