How to draw two different possiblity of query tree for the example? in ddbms
- by quin
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