Suppose The Authority Want To Include A New Instructor For The #515
Suppose the Authority want to include a new instructor for the title Neuroscience what command should be inserted ?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 Database Systems Design and Implementation - Querying DML - Quiz No.1.
Suppose the Authority want to include a new instructor for the title Neuroscience what command should be inserted ?
Insert into instructor values(12111,Emma,NeuroScience,200000);
Insert into course values(12111,Introduction,NeuroScience,2);
Insert into instructor values(12111,Emma,Biology,200000); Insert into course values(BIO-112,Introduction to Neuro Science,NeuroScience,2);
Insert into course values(12111,Emma,NeuroScience,200000);
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes