2
Answers

create Stored Procedure in SQL

Photo of Sharad Gupta

Sharad Gupta

12y
1.5k
1
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)