This Query can be replaced by which one of the following?
SELECT name, course_id
FROM instructor, teaches
WHERE instructor_ID= teaches_ID;
Select name,course_id from teaches,instructor where instructor_id=course_id;
Select name, course_id from instructor natural join teaches;
Select name, course_id from instructor;
Select course_id from instructor join teaches;
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1
Discuss
|
Which one of the following deletes all the entries but keeps the structure of the relation.
Solution |
||||||||||||
|
2
Discuss
|
Which of the following statements contains an error?
Solution |
||||||||||||
|
3
Discuss
|
The query given below will not give an error. Which one of the following has to be replaced to get the desired output?
Solution |
||||||||||||
|
4
Discuss
|
This is the Employee table.
Solution |
||||||||||||
|
5
Discuss
|
Which of these queries will display the table given above?
Solution |
||||||||||||
|
6
Discuss
|
The above command
Solution |
||||||||||||
|
7
Discuss
|
A Delete command operates on ______ relation.
Solution |
||||||||||||
|
8
Discuss
|
Which of the following fields are displayed as output?
Solution |
||||||||||||
|
9
Discuss
|
Here which of the following displays the unique values of the column?
Solution |
||||||||||||
|
10
Discuss
|
In the given query which of the keyword has to be inserted?
Solution |
||||||||||||
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved