Question: SQL , working with SQL Server Management Studio 2 0 - Create a books table for a bookstore that contains the inventory of books the
SQL working with SQL Server Management Studio Create a books table for a bookstore that contains the inventory of books the store has. You will write scripts to
perform the following:
Create a Books table with columns for BookID, Title, Author, Genre, ISBN, and QuantityInStock.
Insert sample book data into the table.
Initiate a transaction to add inventory to a specific book BookID
Update the QuantityInStock for the specified book.
Inserts a new book within the same transaction to demonstrate a multistatement transaction.
Commit the transaction, making the changes permanent.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
