CIW Related Exams
1D0-541 Exam
Consider the entity-relationship (ER) diagram shown in the exhibit. What do the characters at the ends of the connecting line indicate?

What is the highest normal form of the relation(s) shown in the exhibit?

Consider the following SQL statement and the Orders relation shown in the exhibit:
What is the output of this SQL statement?
SELECT *
FROM Orders
WHERE NOT (Amount < 1000
AND Sales_Rep_No = 210);

