1Z0-071 Dumps

1Z0-071 Free Practice Test

Oracle 1Z0-071: Oracle Database 12c SQL

QUESTION 56

In which normal form is a table, if it has no multi-valued attributes and no partial dependencies?

Correct Answer: A
References:
https://blog.udemy.com/database-normal-forms/

QUESTION 57

Which three statements are true regarding the WHERE and HAVING clauses in a SQL statement? (Choose three.)

Correct Answer: ABD

QUESTION 58

Which two statements are true regarding the GROUP BY clause in a SQL statement? (Choose two.)

Correct Answer: DE

QUESTION 59

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?

Correct Answer: D

QUESTION 60

Examine the structure of the EMPLOYEES table. (Choose the best answer.)
<>

Correct Answer: C