select topic from book b, share s, stall st where b.b#=s.b# and st.store#=s.store#
Hi friends, i am trying to draw query tree i dont know how to draw query tree for above example. can you help me in that. thanks in advance
select topic from book b, share s, stall st where b.b#=s.b# and st.store#=s.store#
Hi friends, i am trying to draw query tree i dont know how to draw query tree for above example. can you help me in that. thanks in advance
If this is for a distributed database, you need to first know how your database is distributed before you can draw a query tree for it ie. vertical (columns) and horizontal (values) distribution