in Databases
1,585 views
0 votes
0 votes
Write a query in relational algebra to select name of student of maximum age from a table std .

Std( rollno,name ,age)

Using aggregate function.
in Databases
1.6k views

1 comment

Aggregate function is in sql not in relational algebra
1
1

2 Answers

1 vote
1 vote

................

Related questions

0 votes
0 votes
0 answers
4