5
Answers

How to Create Stored Procedure ??

Photo of Vikas

Vikas

7y
665
1
Hey, guy,'s I have 1 table name tbl_aboutus(id primary key, name nvarchar, content nvarchar and image nvarchar) and how to create a stored procedure for insert, update and delete ?

Answers (5)