nerdexam
IBM

C2090-320 · Question #25

Given the following table: Which of the following INSERT statements will be successful?

The correct answer is A. INSERT INTO EMPSAMP (empno, name, salary, deptno, level, hiretype, hiredate). See the full explanation below for the reasoning.

Question

Given the following table:

Which of the following INSERT statements will be successful?

Exhibit

C2090-320 question #25 exhibit

Options

  • AINSERT INTO EMPSAMP (empno, name, salary, deptno, level, hiretype, hiredate)
  • BINSERT INTO EMPSAMP (Mary Smith', 35000.00, 11, Associate', `existing','05-06-2016');
  • CINSERT INTO EMPSAMP VALUES(2,'Mary Smith', 35000.00, 11, Associate', existing','05-06-
  • DINSERT INTO EMPSAMP (name, salary, deptno, level) VALUES(`Mary Smith', 35000.00, 11,

How the community answered

(68 responses)
  • A
    72% (49)
  • B
    9% (6)
  • C
    4% (3)
  • D
    15% (10)

Community Discussion

No community discussion yet for this question.

Full C2090-320 Practice