2,287 views

4 Answers

7 votes
7 votes
False. Average, count, max, min are all in relational algebra.
2 votes
2 votes
TRUE .

If u are saying False , then plz correct me and give some counter example for satisfy False.

According to me and navate book along with some previous year questions of Gate .It is clear above statements is True.
1 votes
1 votes
Basic Relational Algebra doesn't have features like arithmetic operations, string concatenation, aggregate functions, Group by etc.

But later it was extended and all the features have been added and it is called extended relational algebra.

Since here it is not specifically mentioned extended relational algebra so assuming the basic relational algebra, the statement is True.
0 votes
0 votes

TRUE,

Below are some operations those are beyond the capabilities of Relational Algebra 

  1. Finding Transitive Closure,
  1. Aggregate Computation,
  1. Multiplication,
  1. Grouping of records,
  1. Ordering/Sorting of records
  2. Counting of number of attributes

Related questions

0 votes
0 votes
1 answer
1
aditi19 asked Nov 3, 2018
1,273 views
is aggregate functions in relational algebra important with GATE's perspective or can I skip it?
0 votes
0 votes
1 answer
3
Ashutosh_17 asked Mar 30, 2023
886 views
Let R be a relation of degree 5 then the total number of projections possible on R is ___?