4
Reply

store procedure for update and delete query

Faiza Saher

Faiza Saher

Jan 5 2015 10:41 AM
585
for the following fields how would i write the update and delete query

ID int 
R_ID int,
S_Name varchar(50),
Phone_No numeric,
Email varchar(50),
S_Subject varchar(50),
Marks numeric 

Answers (4)