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
|
This query can be replaced by which of the following ?
Solution |
2
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
3
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
4
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
5
Discuss
|
A ________ in a table represents a relationship among a set of values.
Solution |
6
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
7
Discuss
|
Which one of the following is procedural language?
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 SQL the spaces at the end of the string are removed by _______ function.
Solution |
10
Discuss
|
Using which language can a user request information from a database?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved