0
select topic 
from book b, share s, stall st
where b.b#=s.b#
and st.store#=s.store#

I am trying to draw query tree I dont know how to draw query tree for above example.

Cœur
  • 37,241
  • 25
  • 195
  • 267
quin
  • 31
  • 1
  • 8

1 Answers1

0

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

samwa
  • 323
  • 3
  • 10