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
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)- A72% (49)
- B9% (6)
- C4% (3)
- D15% (10)
Community Discussion
No community discussion yet for this question.
