Consider An Example Relation 1. Create 3 Fragments of Approximately Equal Size by Horizontal Fragmentation. Describe The
Consider An Example Relation 1. Create 3 Fragments of Approximately Equal Size by Horizontal Fragmentation. Describe The
Consider An Example Relation 1. Create 3 Fragments of Approximately Equal Size by Horizontal Fragmentation. Describe The
Student Name
It’s already in 1NF, and 2NF …but you need to understand why!
Convert this to 3NF. How many tables do you now have?
Page 1 of 4
University of Sadat City
Faculty of Computers and Artificial Intelligence (FCAI)
Course: Distributed Data Management Lab Exam
Question No.#3
Show Graphically Distributed database integration process.
Question No.#4
Page 2 of 4
University of Sadat City
Faculty of Computers and Artificial Intelligence (FCAI)
Course: Distributed Data Management Lab Exam
Question No.#5
Consider the following table: the EMPLOYEE and DEPARTMENT.
Site1: EMPLOYEE
EID NAME SALARY DID
EID- 10 bytes
SALARY- 20 bytes
DID- 10 bytes
Page 3 of 4
University of Sadat City
Faculty of Computers and Artificial Intelligence (FCAI)
Course: Distributed Data Management Lab Exam
Name- 20 bytes
Total records- 1000
Record Size- 60 bytes
Site2: DEPARTMENT
DID DNAME
DID- 10 bytes
DName- 20 bytes
Total records- 50
Record Size- 30 bytes
1. Find the name of employees and their department names. Also, find the amount of
data transfer to execute this query when the query is submitted to Site 3.
2. Find the amount of data transferred to execute the same query given in the above
example using a semi-join operation.
Page 4 of 4