I would like to select a row from 2 different tables that are relational. Would i simply put
SELECT * FROM 'said database' WHERE my condition = 'mycondition' blah blah.
Or is it some other syntactical method?
Please help. :)
All answers are greatly appreciated.