2
Answers

Design table with following attribute

  Book_Id Numric( 10,0)  Book_Name Varchar(20),  Book_Autor varehar(20),  Book_Price varchar(20)  Accept Bookld from user and delete the record from table(sql server 2005)

Answers (2)