Input :
EMP table has 100 columns. If we type any value for @searchparameter, it's like Google search. It has to check all the columns internally and display the relevant rows of all columns
EmpID    Ename    Designation   
-----------------------------    
1        swami      GM
2        kiran      test
Output :
@Search = 'GM'
EmpID    Ename    Designation   
-----------------------------    
1        swami      GM
 
     
     
    