Hello ALL,
I would like to get a list of persons who ever borrowed book more than once in a month by querying the following two tables.
tb1
Code:
Name Class
Bob A
John B
Mary B
Winston C
Lee C
tb2
Code:
Name Month BorrowedBookName
Bob Jan bookname1
Bob Jan bookname2
Mary Feb bookname3
Mary Feb bookname4
Mary Feb bookname5
Winston Mar bookname6
John Aug. bookname7
John Aug. bookname8
Thanks