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
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz |
|---|---|
|
1
Discuss
|
Which one of the following has to be added into the blank to select the dept_name which has Computer Science as its ending string?
Solution |
|
2
Discuss
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
|
3
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
|
4
Discuss
|
A ________ in a table represents a relationship among a set of values.
Solution |
|
5
Discuss
|
This query can be replaced by which of the following ?
Solution |
|
6
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
|
7
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
|
8
Discuss
|
’_____’ matches any string of ______ three characters. ’_____%’ matches any string of at ______ three characters.
Solution |
|
9
Discuss
|
The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.
Solution |
|
10
Discuss
|
A relational database consists of a collection of
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved