Returns the max value for the select column
Function:
Max(table = string, col = string, new_col = string)
Parameters:
Table: Table name on which to perform function
Column: Column to perform Max
New Column Name: Name for new column
Examples:
Max(table = Budget, col = "Amount", new_col = "Max Amount")