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).



