Question 26

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?
  • Question 27

    Examine this command:

    Which two statements are true? (Choose two.)
  • Question 28

    You execute this command:
    CREATE SMALLFILE TABLESPACE sales
    DATAFILE '/u01/app/oracle/sales01.dbf
    SIZE 5G
    SEGMENT SPACE MANAGEMENT AUTO;
    Which two statements are true about the SALES tablespace? (Choose two.)
  • Question 29

    Which three statements are true about table data storage in an Oracle Database? (Choose three.)
  • Question 30

    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.)