I have created a Scalar Functions, it was created successfully, but when I call the function using select statement, it says Invalid object name \'dbo.fun_functional_score\
For Scalar Function Syntax is
Select dbo.Function_Name(parameter_name) Select dbo.Department_Employee_Count('HR')