nerdexam
Oracle

1Z0-007 · Question #121

Examine the structure of the EMPLOYEES table: Which INSERT statement is valid?

The correct answer is D. INSERT INTO employees(employee_id, first_name, last_name, hire_date). It is the only statement that has a valid date; all other will result in an error. Answer A is incorrect, syntax error, invalid date format

Manipulating Data (DML)

Question

Examine the structure of the EMPLOYEES table:

Which INSERT statement is valid?

Options

  • AINSERT INTO employees (employee_id, first_name, last_name, hire_date)
  • BINSERT INTO employees(employee_id, first_name, last_name, hire_date)
  • CINSERT INTO employees(employee_id, first_name, last_name, Hire_date)
  • DINSERT INTO employees(employee_id, first_name, last_name, hire_date)

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    17% (6)
  • C
    9% (3)
  • D
    71% (25)

Explanation

It is the only statement that has a valid date; all other will result in an error. Answer A is incorrect, syntax error, invalid date format

Topics

#INSERT#column list#DML#syntax

Community Discussion

No community discussion yet for this question.

Full 1Z0-007 Practice