Hello,
I have two tables
tblMovie (MovieID, Name, ImdbNumber)
tblOtherTitle (MovieID, Name)
A movie has a name and can also have other names (kept in the second table).
I want to generate a list of movies and for each movie I need all the other names. I must create a sql query that does the job. Is it possible?
I have two tables
tblMovie (MovieID, Name, ImdbNumber)
tblOtherTitle (MovieID, Name)
A movie has a name and can also have other names (kept in the second table).
I want to generate a list of movies and for each movie I need all the other names. I must create a sql query that does the job. Is it possible?