In the exhibit, assuming all of the program variables have been populated with the appropriate data, which statement should be used to put the values into the employee table?

Click the <<ItemExhibitName>> button to view the exhibit.

image018

In the exhibit, assuming all of the program variables have been populated with the appropriate data, which statement should be used to put the values into the employee table?
A . INSERT INTO employee VALUES (*)
B . INSERT INTO employee VALUES (gr_employee.*)
C . INSERT INTO employee VALUES (fname, lname, SSN, date_hire)
D . INPUT gr_employee.fname, gr_employee.lname, gr_employee.SSN, gr_employee.date_hire FROM fname, lname, SSN, date_hire

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments