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 _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
2
Discuss
|
This query can be replaced by which of the following ?
Solution |
3
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
4
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
5
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 |
6
Discuss
|
The term _______ is used to refer to a row.
Solution |
7
Discuss
|
_____ operator is used for appending two strings.
Solution |
8
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
9
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
10
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved