Assignment
Assignment
Q#1)
Convert the following query into relational Algebra
1. SELECT movieTitle
2. FROM
3. StarsIn, MovieStar
4. WHERE starName = name AND birthdate = 1960
Q#2)
D
A loose collection of file that is limited to one location.
.
Q#3)
Some of the columns of a relation are at different sites is which of the following?
A
Data Replication
.
B
Horizontal Partitioning
.
C
Vertical Partitioning
.
D
Horizontal and Vertical Partitioning
.
Q#4)
B
The same DBMS is used at each location and data are distributed across all nodes.
.
C
A different DBMS is used at each location and data are not distributed across all nodes.
.
D
A different DBMS is used at each location and data are distributed across all nodes.
.
Q#5)
Storing a separate copy of the database at multiple locations is which of the following?
A
Data Replication
.
B
Horizontal Partitioning
.
C
Vertical Partitioning
.
D
Horizontal and Vertical Partitioning
.
Q#6)
How Performance Improvement is achieved in DDBS?