SELECT name
FROM instructor
WHERE dept name = ’Physics’
ORDER BY name;
By default, the order by clause lists items in ______ order.
Descending
Any
Same
Ascending
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
Solution |
2
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
3
Discuss
|
The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.
Solution |
4
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
5
Discuss
|
Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.
Solution |
6
Discuss
|
A relational database consists of a collection of
Solution |
7
Discuss
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
8
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
9
Discuss
|
The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Solution |
10
Discuss
|
The _______operation performs a set union of two “similarly structured” tables
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved