Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Here the dept_name attribute appears in both the relations. Here using common attributes in relation schema is one way of relating ___________ relations.
Attributes of common
Tuple of common
Tuple of distinct
Attributes of distinct
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
|
’_____’ matches any string of ______ three characters. ’_____%’ matches any string of at ______ three characters.
Solution |
3
Discuss
|
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?
Solution |
4
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
5
Discuss
|
This query can be replaced by which of the following ?
Solution |
6
Discuss
|
This query does which of the following operation?
Solution |
7
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 |
8
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
9
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
10
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved