Consider the following relations shown in the exhibit. Which of the following SQL statements would return the Customers2 relation from the Customers relation?
A.
SELECT * FROM Customers WHERE Satisfaction_Rate <= 80 OR Satisfaction_Rate >= 90;
B.
SELECT * FROM Customers WHERE Satisfaction_Rate IN (80 AND 90);
C.
SELECT *FROM Customers WHERE Satisfaction_Rate >= 80 AND Satisfaction_Rate <= 89;
D.
SELECT * FROM Customers WHERE Satisfaction_Rate BETWEEN (80, 90);
This section is not available anymore. Please use the main Exam Page.1D0-541 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
dayogreats
6 months, 3 weeks ago