Which two are true about granting privileges on objects? (Choose two.)
Which two are true about granting privileges on objects? (Choose two.)
The owner of an object acquires all object privileges on that object by default, which is true because ownership implies full control over the object. A table owner must grant the REFERENCES privilege to allow other users to create FOREIGN KEY constraints using that table, as the REFERENCES privilege is specifically required to reference a table in a foreign key constraint.
BE is the correct answer