Which of the following statements is used to prevent user TOM from adding and deleting data in table TAB1?()
- AREVOKE ADD, DELETE FROM USER tom ON TABLE tab1
- BREVOKE ADD, DELETE ON TABLE tab1 FROM USER tom
- CREVOKE INSERT, DELETE FROM USER tom ON TABLE tab1
- DREVOKE INSERT, DELETE ON TABLE tab1 FROM USER tom