Hi,
where I have a table 'products' with a column (currency char (3) ) and it is constrained to reference the table 'currencies.currency', which should I query when gathering columns from the products table; c.currency or p.currency?
if c.currency is ever updated, so will be p.currency so they should always have the same value and I reckon that if I can omit a join,. then I would have a more efficient query.
But, am I correct?
bazz







Bookmarks