A_Philosopher
I am a content writter !
//------Display Record By ID--------// CREATE Proc ContactViewByID @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