top | item 41398245

(no title)

mathnmusic | 1 year ago

Isn't this fan-in?

let A = select * from tbla

let B = select * from tblb

let C = select * from A join B

discuss

order

almostgotcaught|1 year ago

Think about what tbla and tblb can be - hint they can only be globals (ie actual tables)