edited by
5,878 views
2 votes
2 votes

In distributed databases, location transparency allows for database users, programmers and administratirs to treat the data as if it is at one location, A SQL query with location transparency needs to specify

  1. Inheritances
  2. Fragments
  3. Locations
  4. Local formats
edited by

1 Answer

3 votes
3 votes

Answer 2

In SQL query with location transparency  the end user  must specify the database fragment name but does not need to specify where those fragments are located.

Fragmentation transparency is the highest level of transparency. The end user or programmer does not need to know that a database is partitioned. Therefore, neither fragment names nor fragment locations are specified prior to data access.

Local mapping transparency exists when the end user or programmer must specify both the fragment names and their locations.

Answer:

Related questions