A_Philosopher
I am a content writter !
//----------Delete Record By ID---------// CREATE PROC ContactDeleteByID @ContactID int AS Begin Select * from Contact where ContactID=@ContactID END
You need to log in or register to vote on answers or questions.
Can you answer this question?
Write Answer1 Answers