

MCQOPTIONS
Saved Bookmarks
1. |
Suppose the Authority want to include a new instructor for the title Neuroscience what command should be inserted ? |
A. | Insert into instructor values(12111,Emma,NeuroScience,200000); |
B. | Insert into course values(12111,Introduction,NeuroScience,2); |
C. | |
D. | Insert into course values(12111,Emma,NeuroScience,200000);View Answer |
Answer» D. Insert into course values(12111,Emma,NeuroScience,200000);View Answer | |