Multiple choice technology programming languages

What are various privileges that a user can grant to another user?

  1. SELECT, CONNECT, RESOURCE

  2. SELECT,INSERT,DELETE

  3. INSERT,DELETE,MODIFY,

  4. None Of The Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Oracle, SELECT, INSERT, and DELETE are object privileges, while CONNECT and RESOURCE are legacy roles (collections of system privileges). While the question asks for 'privileges', the first option represents the standard administrative roles often granted to new users to allow them to connect and create objects.