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/
Which three statements are true regarding the WHERE and HAVING clauses in a SQL statement? (Choose three.)
Correct Answer:
ABD
Which two statements are true regarding the GROUP BY clause in a SQL statement? (Choose two.)
Correct Answer:
DE
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
Examine the structure of the EMPLOYEES table. (Choose the best answer.)<>
Correct Answer:
C
