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 _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Solution |
|
2
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
|
3
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 |
|
4
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
|
5
Discuss
|
For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.
Solution |
|
6
Discuss
|
This query can be replaced by which of the following ?
Solution |
|
7
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
|
8
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
|
9
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
|
10
Discuss
|
_____ operator is used for appending two strings.
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved