SELECT name
FROM instructor
WHERE dept name = ’Physics’
ORDER BY name;
By default, the order by clause lists items in ______ order.
Descending
Any
Same
Ascending
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
2
Discuss
|
A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.
Solution |
3
Discuss
|
A relational database consists of a collection of
Solution |
4
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
5
Discuss
|
A ________ in a table represents a relationship among a set of values.
Solution |
6
Discuss
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
7
Discuss
|
Using which language can a user request information from a database?
Solution |
8
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
9
Discuss
|
Which one of the following is procedural language?
Solution |
10
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved