sandeshMC

definition of filtering, polyinstantiation

Oct 13th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. The apparent key of a multilevel relation is the set of attributes that would have
  2. formed the primary key in a regular (single-level) relation. A multilevel relation will
  3. appear to contain different data to subjects (users) with different clearance levels.
  4.  
  5.  
  6. In some cases, it is possible to store a single tuple in the relation at a higher classification
  7. level and produce the corresponding tuples at a lower-level classification
  8. through a process known as filtering.
  9.  
  10.  
  11. In other cases, it is necessary to store two or more tuples at different classification levels with the same value for the apparent key.
  12. This leads to the concept of polyinstantiation, where several tuples can have the
  13. same apparent key value but have different attribute values for users at different
  14. clearance levels.
Advertisement
Add Comment
Please, Sign In to add comment