do foreign keys help speed lookups up at all?
 
if i have table a and table b and they both have a text "vendorno" and i want to do a select where they are joined together by the vendorno, would making a foreign key for the vendorno from one table to the other help at all?

Reply via email to