Write a stored procedure Get_Employee_Detail which will accept 2 parameters.
Get_Employee_Detail
@col_name varchar(100) @col_value varchar(500)
The