SQL Query to Relational Algebra -


i have query:

select distinct a.aanbieding_id aankoop  2 <= (select count(*) aankoop a.aanbieding_id = aankoop.aanbieding_id)  order aanbieding_id 

and wanne make relational algebra scheme of query, solution is:

πid(f(count)(aanbieding_id)>=2(aankoop)) 

but i'm pretty sure wrong, can me please


Comments

Popular posts from this blog

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -