W7 DBMS Chapter23
W7 DBMS Chapter23
Distributed
Database Concepts
efficient solving
failure.
Fault is the cause of an errors.
Each subset has a certain logical meaning
For the above table we can define any simple condition like,
Branch_Name= 'Pune', Branch_Name= 'Delhi', Balance < 50,000
Fragmentation1: Fragmentation2:
SELECT * FROM Account WHERE SELECT * FROM Account WHERE
Branch_Name= 'Pune' AND Branch_Name= 'Delhi' AND
Balance < 50,000 Balance < 50,000
For the above table we can define any simple condition like,
Branch_Name= 'Pune', Branch_Name= 'Delhi', Balance < 50,000
Fragmentation1: Fragmentation2:
SELECT Acc_No, Balance FROM SELECT Acc_No, Branch_Name
ACCOUNT FROM ACCOUNT
Fragmentation1: Fragmentation1:
SELECT p_ID, Emp_Name FROM SELECT p_ID, Emp_Name FROM
Empolyee WHERE Emp_Age < 40 Empolyee WHERE Emp_Address= 'Pune'
AND Salary < 14000
system
Improves availability remarkably