Which Of The Following Is Used To Insert A Tuple From Another #305
Which of the following is used to insert a tuple from another relation?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Modification of Database - Quiz No.1.
Which of the following is used to insert a tuple from another relation?
Insert into course (course id, title, dept name, credits) values (’CS-437’, ’Database Systems’, ’Comp. Sci.’, 4);
Insert into instructor select ID, name, dept name, 18000 from student where dept name = ’Music’ and tot cred > 144;
Insert into course values (’CS-437’, ’Database Systems’, ’Comp. Sci.’, 4);
Not possible
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