SELECT *
FROM instructor
ORDER BY salary ____, name ___;
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Ascending, Descending
Asc, Desc
Desc, Asc
Descending, 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
|
_____ operator is used for appending two strings.
Solution |
3
Discuss
|
A relational database consists of a collection of
Solution |
4
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
5
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
6
Discuss
|
This query does which of the following operation?
Solution |
7
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
8
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
9
Discuss
|
The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Solution |
10
Discuss
|
Using which language can a user request information from a database?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved