6 Examine the description of the BOOKS_TRANSACTIONS table:Name Nu11? Type
---------------------- --------------- ---------------------
TRANSACTION ID NOT NULL VARCHAR2 (6)
TRANSACTION_TYPE VARCHAR2 (3)
BORROWED_DATE DATE
BOOK ID VARCHAR2 (6)
MEMBER ID VARCHAR2 (6)
Examine this partial SQL statement:
SELECT * FROM books transactions
<strong>Which two WHERE conditions give the same result?</strong>