P Pre Langsql Cssfilehk1style Select Instructor From Instructor #259
</p> <pre><code class="language-sql"> Select instructor.* from instructor, teaches where instructor.ID= teaches.ID;</code></pre> <p>This query does which of the following operation?
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 - Basic SQL Operations - Quiz No.1.
Select instructor.* from instructor, teaches where instructor.ID= teaches.ID;
This query does which of the following operation?
All attributes of instructor and teaches are selected
All attributes of instructor are selected on the given condition
All attributes of teaches are selected on given condition
Only the some attributes from instructed and teaches are selected
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