hi,
i know when ive used ms access, i could set it up so i could do something like (i have forgotten the syntax of mssql so this is mysql language)
select table1.title,table2.amount from table1 where table1.id=123
(ie, set it up so it knows what the primary and foreign keys are, and not require any join statements or where table1.id = table2.prodid)
is there any way to set up things like this in mysql?
thanks