I have the tables below in my database:
Student (Stud_no: string, Stud_name: string) Membership (Mem_no: string, Stud_no: string) Book (book_no: string,
You can use DATE function
DATE
AND DATE(iss_date) = '2019-08-06';