2
Answers

create Stored Procedure in SQL

Sharad Gupta

Sharad Gupta

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