This figure shows the Query Wizard Join editor dialog. It contains three areas: Source 1, Source 2, and Join Type. The Source 1 area contains an S1 pull-down menu and a Properties list. The Source 2 area contains a stockCache pull-down menu and a Properties list. The Join Type area contains a radio button group with buttons: No outer join, Left outer join, and Right outer join. The No outer join button is selected. There is a plus sign button next to the Join Type radio buttons. There is a Join Predicate text entry field with an Expression Builder button. The Join Predicate text entry field contains S1.symbol = stockCache.symbol. There is a Generated Join Statement text entry field. that contains select * from S1 [now], stockCache WHERE S1.symbol = stockCache.symbol. There are buttons Help, Change Join, Undo Join, Validate, Save, and Cancel. The Undo Join button is greyed out.