Tagged Questions
5
votes
2answers
766 views
1
vote
0answers
73 views
DRC (Domain Relational Calculus) explanation..please
I've got this problem:
Consider a relation of scheme Book(Code, Author, Pages, Editor, Year).
DRC: return the books written by Clancy in the period 1991-2000.
In my opinion the solution is:
1) I ...
0
votes
0answers
38 views
Question about TRC (Tuple Relational Calculus)..urgent please
Problem:
Consider a relation of scheme Building(Street, Number, No.Apartments, Color, Age).
TRC: find the oldest building in Downing Street.
The associated SQL statement would be:
SELECT ...
0
votes
1answer
764 views
How would I find the highest/largest of something with relation algebra, domain relational calculus and tuple relational calculus
This is part of a homework assignment. I've got several questions asking find the eid of the employee with the highest salary, or 2nd highest salary. Find the pilot that is certified for the most ...
0
votes
3answers
2k views
Domain and Tuple relational calculus
Is there a "real" difference between the above two?
Other than the tiniest minute difference between their syntax?