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 _______operation performs a set union of two “similarly structured” tables
Solution |
|
2
Discuss
|
A ________ in a table represents a relationship among a set of values.
Solution |
|
3
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
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
|
A relational database consists of a collection of
Solution |
|
6
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
|
7
Discuss
|
This query does which of the following operation?
Solution |
|
8
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
|
9
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 |
|
10
Discuss
|
Using which language can a user request information from a database?
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved