This is a pretty basic question, but I'm having trouble understanding it (Please be kind :-) ). Given the following information:
tbl1 has 2,500 rows
tbl2 has 55,000,000 rows
the UPI for both tables is col1
Will these two SQL statements yield the same results?
sel a.c1,a.c2,a.c3
from tbl1 a...