IBM Exam Questions

What is the lowest privilege and/or authority required to execute the following SQL statement?

What is the lowest privilege and/or authority required to execute the following SQL statement?
CREATE VIEW view1 AS
SELECT * FROM table1
WHERE STATE = ‘TX’

A.
DBADM authority

B.
SYSADM authority

C.
SELECT privilege on TABLE1

D.
REFERENCES privilege on TABLE1