Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Summary
10. Updating the circle table – area of a circle

Instruction

Great! We can now go ahead and use the get_circle_area(radius) function to update the area column of the circle table.

Exercise

Write an UPDATE statement that updates all records in the circle table and sets area to the correct value returned by the function get_circle_area(radius).