...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 739
which of the following desired features are beyond the capability of relational algebra?
A
Aggregate Computation
B
Multiplication
C
Finding transitive closure
D
All of the above
Question 739 Explanation: 
● Aggregate Computation is a a function to a collection of values to generate a single result.
● Multiplication means cartesian product
●Transitive closure:
Given a domain D, let binary relation R be a subset of D×D. The transitive closure R​ +​ of R is the smallest subset of D×D that contains R and satisfies the following condition:
∀ x∀y∀z((x, y ) ∈ R + ⋀ ( y, z ) ∈ R + ⇒ ( x, z ) ∈ R + )
Correct Answer: D
Question 739 Explanation: 
● Aggregate Computation is a a function to a collection of values to generate a single result.
● Multiplication means cartesian product
●Transitive closure:
Given a domain D, let binary relation R be a subset of D×D. The transitive closure R​ +​ of R is the smallest subset of D×D that contains R and satisfies the following condition:
∀ x∀y∀z((x, y ) ∈ R + ⋀ ( y, z ) ∈ R + ⇒ ( x, z ) ∈ R + )

Leave a Reply

Your email address will not be published. Required fields are marked *