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
|
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 |
2
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
3
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
4
Discuss
|
A relational database consists of a collection of
Solution |
5
Discuss
|
_____ operator is used for appending two strings.
Solution |
6
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 |
7
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
8
Discuss
|
Using which language can a user request information from a database?
Solution |
9
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
10
Discuss
|
Which keyword must be used here to rename the field name?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved