2
Answers

create Stored Procedure in SQL

I have a table, in which two column id and salary is defined. I want to create a stored procedure, by which salary is returned on behalf of id.

Answers (2)