You and your colleague Andrew have these privileges on the EMPLOYEE_RECORDS table:
1. SELECT
2. INSERT
3. UPDATE
4. DELETE
You connect to the database instance and perform an update to some of the rows in EMPLOYEE_RECORDS, but do not commit yet.
Andrew connects to the database instance and queries the table.
No other users are accessing the table.
Which two statements are true at this point? (Choose two.)