Examine the structure of the EMPLOYEES table:EMPLOYEE_ID NUMBER Primary Key -FIRST_NAME VARCHAR2(25)LAST_NAME VARCHAR2(25)Which three statements insert a row into the table? (Choose three.)
Which three tasks can be performed using SQL functions built into Oracle Database?
Evaluate the following SQL statements:Exhibit:Which is the correct output of the above query?
Which four are types of functions available in SQL? (Choose 4)
The user Sue issues this SQL statement:GRANT SELECT ON sue.EMP TO alice WITH GRANT OPTION;The user Alice issues this SQL statement:GRANT SELECT ON sue.EMP TO reena WITH GRANT OPTION;The user Reena issues this SQL statement:GRANT SELECT ON sue.EMP TO timber;The user Sue issues this SQL statement:REVOKE select on sue.EMP FROM alice;For which users does the revoke command revoke SELECT privileges on the SUE.EMP table?
Evaluate the following SQL statement:Which statement is true regarding the outcome of the above query?