Instruction
Good job! We've successfully created our first custom function, named get_circumference(diameter).
Before we use this function in our code, let's verify the result it returns.
Exercise
Select the following columns from the circle table:
iddiameterget_pi() * diameterascal_circumferenceget_circumference(diameter)ascircumference
Double-check that the columns cal_circumference and circumference have the same (and correct) values.



