This is a dedicated watch page for a single video.
A data engineer creates a user-defined function named sum which accepts two arguments. The first argument is of type integer while the second being a float. What will be the output if another data engineer tries to run the following query to call the above function: SELECT sum(5,8);