SQL - Table Constraints
You want to create a table
LibraryLoans to track which books are loaned to which members. Each loan is uniquely identified by member_id and book_id. You also want to record the loan_date. Which SQL statement correctly creates this table with a composite primary key?