Question 71

The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE.
NLS_DATE_FORMAT is set to DD-MON-RR.
Which two are true about data type conversions involving these columns in query expressions? (Choose two.)
  • Question 72

    In your data center, Oracle Managed Files (OMF) is used for all databases.
    All tablespaces are smallfile tablespaces.
    SALES_Q1 is a permanent user-defined tablespace in the SALES database.
    Examine this command which is about to be issued by a DBA logged in to the SALES database:
    ALTER TABLESPACE sales_q1 ADD DATAFILE;
    Which are two actions, either one of which you could take to ensure that the command executes successfully? (Choose two.)
  • Question 73

    You want to apply the principle of Least Privilege in all your live databases.
    One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis.
    Which three types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package? (Choose three.)
  • Question 74

    Which two can you use to recover a dropped table? (Choose two.)
  • Question 75

    In your data center, Oracle Managed Files (OMF) is used for all databases.
    All tablespaces are smallfile tablespaces.
    SALES_Q1 is a permanent user-defined tablespace in the SALES database.
    Examine this command which is about to be issued by a DBA logged in to the SALES database:
    ALTER TABLESPACE sales_q1 ADD DATAFILE;
    Which are two actions, either one of which you could take to ensure that the command executes successfully? (Choose two.)