Oracle Database 23ai SQL Associate (1Z1-171) Free Practice Test
Question 1
How does SQL handle NULL values in arithmetic expressions?
Correct Answer: D
Question 2
Which of the following ensures that a relational database enforces data integrity?
Correct Answer: D
Question 3
Which of the following is true about foreign key constraints in SQL?
Correct Answer: A
Question 4
Which of the following data dictionary views provides information about constraints on tables?
Correct Answer: A
Question 5
What will the following SQL query do?
UPDATE employees
SET salary = salary * 1.1
WHERE department_id = 10;
UPDATE employees
SET salary = salary * 1.1
WHERE department_id = 10;
Correct Answer: D
Question 6
Which component of an ERD (Entity-Relationship Diagram) represents the attributes of an entity?
Correct Answer: A