I have a table that contains assignment_id, student_id, assignment_name and assignment_date. I have to write a SQL query to get list of students who submitted 2 assignments on same date. I also need assignment_name and assignment_date in output. I am stuck with which query can I write to get this data. Any help would be highly appreciated
