Question 51

Which three statements are true about inner and outer joins? (Choose three.)
  • Question 52

    You execute this command:

    During the export operation, you detach from the job by using CTRL+C and then execute this command:
    Export> STOP_JOB=immediate
    Are you sure you wish to stop the job ([yes]/no): yes
    Which two statements are true about the job? (Choose two.)
  • Question 53

    Which two tasks can you perform using DBCA for databases? (Choose two.)
  • Question 54

    Which two statements are true about trace files produced by the Oracle Database server? (Choose two.)
  • Question 55

    Examine the description of the members table:

    Examine the partial query:
    SELECT city, last__name 1NAME FROM members
    You want to display all cities that contain the string an. The cities must be returned in ascending order, with the last names further sorted in descending order.
    Which two clauses must you add to the query?