4.Examine the description of the BOOKS_TRANSACTIONS table:Name Null? Type
---------------------------------------------
TRANSACTION_ID NOT NULL VARCHAR2(6)
TRANSACTION_TYPE VARCHAR2(2)
BORROWED_DATE DATE
BOOK_ID VARCHAR2(6)
MEMBER_ID VARCHAR2(6)
Which two WHERE conditions give the same result?