1Z0-082 Exam Question 36

Examine the description of the PROMOTIONS table:

You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)
  • 1Z0-082 Exam Question 37

    Your database instance is started with a PFILE.
    Examine these parameters:

    You want to increase the size of the buffer cache.
    Free memory is available to increase the size of the buffer cache.
    You execute the command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
    What is the outcome?
  • 1Z0-082 Exam Question 38

    You execute this command:

    Sufficient storage is available in filesystem /u01.
    Which two statements are true about the BIG_TBS tablespace? (Choose two.)
  • 1Z0-082 Exam Question 39

    Which two statements are true about the SET VERIFY ON command? (Choose two.)
  • 1Z0-082 Exam Question 40

    A script abc.sql must be executed to perform a job.
    A database user HR, who is defined in this database, executes this command:
    $ sqlplus hr/hr@orcl @abc.sql
    What will happen upon execution?