MySQL Select query to fetch record base on list values
问题 I am using MySQL. I have 3 Table as below. Table : subject_Master -------------------------- subjectId | subjectShortName ---------------------------------- 1 | English 2 | French 3 | German 4 | Latin ---------------------------------- Table : class_Master ----------------------------------- classId | className ---------------------------------- 1 | Rose 2 | Dasy 3 | Lily Table : subjectAllocation ------------------------------------------ allocationId | classId | subjectId ------------------