Skip to Main Content
Distributed Database Systems, 1st Edition by Chhanda Ray
book

Distributed Database Systems, 1st Edition by Chhanda Ray

by Chhanda Ray
May 2024
Intermediate to advanced content levelIntermediate to advanced
325 pages
12h 2m
English
Pearson India
Content preview from Distributed Database Systems, 1st Edition by Chhanda Ray
If not FOUND then
Select DS-id into $DS-id from DrugShopMstr
3
AT SITE 3 where DS-city = $city;
Select mem-id into $mem-id from Order
3
AT SITE 3 where DS-id = $DS-id;
Select manu-id into $manu-id from MedicineMstr
3
AT SITE 3 where mem-id = $mem-id;
Select manu-name into $manu-name from ManufacturerMstr
3
AT SITE 3 where manu-id = $manu-id;
If not FOUND then
Select DS-id into $DS-id from DrugShopMstr
4
AT SITE 4 where DS-city = $city;
Select mem-id into $mem-id from Order
4
AT SITE 4 where DS-id = $DS-id;
Select manu-id into $manu-id from MedicineMstr
4
AT SITE 4 where mem-id = $mem-id;
Select manu-name into $manu-name from ManufacturerMstr
4
AT SITE 4 where ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Distributed Systems, 2nd Edition

Distributed Systems, 2nd Edition

Sukumar Ghosh
Algorithms and Data Structures for Massive Datasets

Algorithms and Data Structures for Massive Datasets

Dzejla Medjedovic, Emin Tahirovic, Ines Schweigert
Architecting Distributed Transactional Applications

Architecting Distributed Transactional Applications

Guy Harrison, Andrew Marshall, Charles Custer

Publisher Resources

ISBN: 9781282652521Publisher WebsitePurchase Link