The exercise is worth 3 points and is scored automatically. When you are finished, just click the
Submit
button" to receive full credit.
The VirtualBookShelf.com Web site will occasionally need to have new books added to the inventory. You will want to keep the database up to date so you will always know what books are available.
The INSERT statement is used to add a row to a table. In this exercise you will write an INSERT statement that adds a row to the VirtualBookShelf.com BookTable.
Open the sqlfun.asp file in the source code editor. Locate the line: querystring = " ", and insert the complete INSERT statement between the quotation marks. Use the following values:
- ItemNo: A900-0001
- Title: Advanced SQL
- Author: Robbins
After entering the INSERT statement, save the file and view it in the browser.