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 -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -