select movies.id,movies.name
from movies,genres
where movies.id_genres=genres.id and genres.description='Action';
from movies,genres
where movies.id_genres=genres.id and genres.description='Action';
I am Md Abdullah Al Hasan. I have completed my graduation in Computer Science and Engineering from Jashore University of Science and Technology.
0 Comments:
Post a Comment