You can't corralate scalar subquery expression with outer query. This is the point. Main difference between scalar subquery expression and corraleted subquery expression is that the first one can't be join. If you join scalar subquery expression automaticly it changes in corraleted subquery expression.
Correct: A,B.
Surely you can correlate, the alternative says you CANT, correlate is not only JOIN
select * from employees e
where maximum_permitted_absence < (select sum(days_absent) from absences a where a.emp_id = e.emp_id)
upvoted 1 times
...
...
...
This section is not available anymore. Please use the main Exam Page.1z0-071 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.
lucemqy
1 year, 1 month agoCyberP
1 year, 7 months agoalic_alex
1 year, 9 months agokarols32
1 year, 8 months agomrcsp
10 months, 3 weeks ago