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
|
A ________ in a table represents a relationship among a set of values.
Solution |
2
Discuss
|
Using which language can a user request information from a database?
Solution |
3
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
4
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
5
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
6
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
7
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
8
Discuss
|
This query can be replaced by which of the following ?
Solution |
9
Discuss
|
Which one of the following is procedural language?
Solution |
10
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved