HP Exam Questions

The statement "INSERT INTO employee (firstname, lastname) values ("John", "Doe&q

The statement “INSERT INTO employee (firstname, lastname) values (“John”, “Doe”)
RETURNING :host_var” returns _______.

A.
the value of the SYSKEY for the last record inserted

B.
the null indicator

C.
nothing, an INSERT statement does not return values

D.
a status indicating if the INSERT was successful