Which three PL/SQL-only data types can be used in queries and native dynamic SQL issued from PL/SQL in the server? (Choose three.)
Which three are true about user-defined functions? (Choose three.)
Which two are true about implicit data type conversion? (Choose two.)
Examine these facts:Table EMP exists in schema USERA with columns SALARY and EMP_ID.EMP_ID is the primary key with values ranging from 1 to 100.USERA now executes these statements successfully:USERA then grants execute privilege on procedure MYPROC to USERB.USERB exists in the database identified by pdb1 but does not have select privilege on USERA.EMP.USERB now executes these statements:conn userB/userB@pdb1execute userA.myproc;Which is true?
Which two are true about named notations in a PL/SQL subprogram? (Choose two.)
Which two PL/SQL elements can be deprecated using the DEPRECATE pragma? (Choose two.)