Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. The Donation table
Basic CTEs
Summary

Instruction

And finally, the last table.

Exercise

Select all the information from the Donation table.

Each donation has an Id, is associated with a specific ProjectId, and was donated by a specific supporter (SupporterId) in a given amount (Amount) on a given day (DonateDate). Additionally, the column AmountEur, which is between the Amount and DonateDate columns, converts amounts from US dollars to euros. In our model, supporters can donate as much money as they deem appropriate.