edited by
6,955 views

1 Answer

3 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:
Position:
Show:

Related questions

0 0 votes
2 answers 2 answers
2.8k
2.8k views
Sanjay Sharma asked Jul 11, 2016
2,808 views
Semi-join strategies are techniques for query processing in distributed database system. Which of the following is semi-joined technique?Only the joining attributes are s...
2 2 votes
1 1 answer
1.4k
1.4k views
Misbah Ghaya asked Sep 30, 2016
1,404 views
The Global conceptual Schema in a distributed database contains information about global relations. The condition that all the data of the global relation must be mapped ...
3 3 votes
3 3 answers
3.1k
3.1k views
go_editor asked Aug 20, 2016
3,074 views
Which of the following statements is correct?Aggregation is a strong type of association between two classes with full ownershipAggregation is a strong type of associatio...
5 5 votes
4 4 answers
7.9k
7.9k views
go_editor asked Aug 17, 2016
7,863 views
Consider the following ORACLE relations:R(A, B, C)={<1, 2, 3>, <1, 2, 0>, <1, 3, 1>, <6, 2, 3>, <1, 4, 2>, <3, 1, 4>}S(B, C, D)={<2, 3, 7>, <1, 4, 5>, <1, 2, 3>, <2, 3, 4...