SELECT name ____ instructor name, course id
FROM instructor, teaches
WHERE instructor.ID= teaches.ID;
Which keyword must be used here to rename the field name?
From
Rename
As
Join
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz |
|---|---|
|
1
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
|
2
Discuss
|
By default, the order by clause lists items in ______ order.
Solution |
|
3
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
|
4
Discuss
|
The term _______ is used to refer to a row.
Solution |
|
5
Discuss
|
_____ operator is used for appending two strings.
Solution |
|
6
Discuss
|
This query does which of the following operation?
Solution |
|
7
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
|
8
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
|
9
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
|
10
Discuss
|
The _______operation performs a set union of two “similarly structured” tables
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved