Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Basic CTE
13. CTE vs. subquery – exercise
Summary

Instruction

Fantastic! Let's do one more exercise of this kind.

Exercise

The query shows the maximum and minimum number of donations in those projects which succeeded. Change the version with a subquery into a version with a CTE. The columns names should be max_donations, min_donations.