User HR has CREATE SESSION, CREATE ANY TABLE and UNLIMITED TABLESPACE privileges.
User SCOTT has CREATE SESSION, CREATE TABLE and UNLIMITED TABLESPACE privileges.
HR successfully executes this statement:
HR attempts to execute:
1. INSERT INTO scott.products VALUES (1, 'LAPTOP');
SCOTT attempts to execute:
2. SELECT * FROM products;
3. INSERT INTO scott.products VALUES (2, 'HDD');
4. CREATE SYNONYM prod FOR products;
Which will execute successfully?
HUGO2024
8Â months, 3Â weeks agoAyman_Khalifa
10Â months, 2Â weeks agoyaya32
1Â year, 4Â months agolucemqy
1Â year, 6Â months agoFesto
1Â year, 6Â months agoXTIMON
1Â year, 8Â months agoAlexAFJ
1Â year, 8Â months agoShrimathi
1Â year, 10Â months agoAlex72
1Â year, 9Â months agozouve
1Â year, 10Â months agoHICH9173
9Â months, 2Â weeks ago