1z1-071 Exam Question 66

Which two statements are true regarding the GROUP BYclause in a SQL statement? (Choose two.)
  • 1z1-071 Exam Question 67

    You must create a table for a banking application. (Choose the best answer.) One of the columns in the table has these requirements:
    1: A column to store the duration of a short team loan
    2: The data should be stored in a format supporting DATE arithmetic with DATE datatypes without using conversion functions.
    3: The maximum loan period is 30 days.
    4: Interest must be calculated based on the number of days for which the loan remains unpaid.
    Which data type would you use?
  • 1z1-071 Exam Question 68

    Examine the structure of the MARKStable:

    Which two statements would execute successfully? (Choose two.)
    SELECT SUM(DISTINCT NVL(subject1,0)), MAX(subject1)
  • 1z1-071 Exam Question 69

    Which two statements are true about Data Manipulation Language (DML) statements?
  • 1z1-071 Exam Question 70

    Examine this statement which executes successfully:
    Which three are true?