SELECT emp_name
FROM department
WHERE dept_name LIKE ’ _____ Computer Science’;
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?
%
_
||
$
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
2
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
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
|
Which one of the following is procedural language?
Solution |
5
Discuss
|
Which keyword must be used here to rename the field name?
Solution |
6
Discuss
|
For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.
Solution |
7
Discuss
|
’_____’ matches any string of ______ three characters. ’_____%’ matches any string of at ______ three characters.
Solution |
8
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
9
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
10
Discuss
|
_____ operator is used for appending two strings.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved