btech-cse-7-sem-distributed-database-2009(1)
btech-cse-7-sem-distributed-database-2009(1)
com
Name : ……………………………………………………………
GROUP – A
( Multiple Choice Type Questions )
1. Choose the correct alternatives of the following : 10 × 1 = 10
d) none of these.
d) all of these.
d) All of these.
a) One-to-many b) One-to-one
c) Many-to-many d) Many-to-one.
a) horizontal fragmentation
b) vertical fragmentation
d) mixed fragmentation.
88001 2
CS/B.Tech(CSE)/SEM-7/CS-704A/2009-10
a) Name conflicts
b) Scale conflicts
c) Structural conflicts
d) All of these.
a) WTM( x ) > TS
c) RTM( x ) > TS
c) WTM( x ) < TS
a) enumerator b) reducer
c) distributor d) synchronizer.
GROUP – B
( Short Answer Type Questions )
Answer any three of the following. 3 × 5 = 15
88001 4
CS/B.Tech(CSE)/SEM-7/CS-704A/2009-10
GROUP – C
( Long Answer Type Questions )
Answer any three of the following. 3 × 15 = 45
7. a) Why do we use distributed databases ? Briefly point
out the reason. 3
b) What do you mean by unary and binary operations on
relational model ? 2
c) Consider the Global Relation
PATIENT ( NUMBER, NAME, SSN, AMOUNT-DUE,
DEPT, DOCTOR, MED-TREATMENT )
DEPARTMENT ( DEPT, LOCATION, DIRECTOR )
STAFF ( STAFFNUM, DIRECTOR, TASK )
Define there fragmentation as follows :
i) DEPARTMENT has a horizontal fragmentation by
LOCATION, with two locations ; each department is
conducted by one DIRECTOR.
ii) There are several staff members for each
department, led by the Department's Director.
STAFF has a horizontal fragmentation derived from
that of DEPARTMENT and a semi-join on the
DIRECTOR attribute.
iii) PATIENT has a Mixed fragmentation ; attributes
NUMBER, NAME, SSN and AMOUNT-DUE
constitute a Vertical fragment used for accounting
purposes ; attributes NUMBER, NAME, DEPT,
DOCTOR and MED-TREATMENT constitute a
Vertical fragment used for describing cares. This
last fragment has a Horizontal fragmentation
derived from that of DEPARTMENT and a semi-join
on the DEPT attribute.
Give also the reconstruction of Global relations from
fragments. 2+2+(2+2+2)
queries. 2
global relation. 2
88001 6
CS/B.Tech(CSE)/SEM-7/CS-704A/2009-10
a) RPC
e) ODBC connectivity.