Instruction
As you may have noticed, there is still one more column (named area) in the circle table that needs to be calculated and updated.
Exercise
Create a function named get_circle_area(radius) that takes one argument named radius of type decimal and returns the area of a circle (of type decimal).



