Hi everyone,
I can not make a subquery.
I have one with id column of another table, how can I link them?
For example with music cds:
DEFAULT TABLE
id_cd | name | artist | "idgender"
GENDER TABLE
id_gender | "name_gender"
In the default table I display the "name_gender" field instead of "idgender"
Sorry for English 🙂
Thank you
1 Answers
Your Answer