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
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
2
Discuss
|
Which one of the following is procedural language?
Solution |
3
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 |
4
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
5
Discuss
|
A relational database consists of a collection of
Solution |
6
Discuss
|
The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.
Solution |
7
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
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
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
10
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved