1
Answer

need procedure for add the value in sql server2008.

Photo of selvi subramanian

selvi subramanian

11y
963
1
need procedure for add the books counting.

example


total books =50;


now i need to take one book 1;

now it reduce from the total -1=49;

if i return the book the value must be add to the total as 50;



procedure in sql server2008

Answers (1)