moved tests directory
This commit is contained in:
1
tests_dir/max_rating_in_age_range.query
Normal file
1
tests_dir/max_rating_in_age_range.query
Normal file
@@ -0,0 +1 @@
|
||||
(σ age<25(people) ∪ σ age>30(people)) ⋈ ratings-πid,name,chief,age,rating(σ rating<r((ρid➡i,rating➡r(π id,rating((σ age<25(people) ∪ σ age>30(people)) ⋈ ratings))) * (σ age<25(people) ∪ σ age>30(people)) ⋈ ratings))
|
Reference in New Issue
Block a user