subject

1. write an insert statement that adds this row to the categories table: categoryname: brass code the insert statement so sql server automatically generates the value for the categoryid column.2. write an update statement that modifies the row you just added to the categories table. this statement should change the productname column to �woodwinds�, and it should use the categoryid column to identify the row.3. write a delete statement that deletes the row you added to the categories table in exercise 1. this statement should use the categoryid column to identify the row. 4. write an insert statement that adds this row to the products table: productid: the next automatically generated id categoryid: 4 productcode: dgx_640 productname: yamaha dgx 640 88-key digital piano description: long description to come. listprice: 799.99 discountpercent: 0 dateadded: today�s date/time. use a column list for this statement.5. write an update statement that modifies the product you added in exercise4. this statement should change the discountpercent column from 0% to 35%.6. write a delete statement that deletes the row in the categories table that has an id of 4. when you execute this statement, it will produce an error since the category has related rows in the products table. to fix that, precede the delete statement with another delete statement that deletes all products in this category.7. write an insert statement that adds this row to the customers table: emailaddress: rick@raven. com password: (empty string) firstname: rick lastname: raven use a column list for this statement.8. write an update statement that modifies the customers table. change the password column to �secret� for the customer with an email address of rick@raven. com.9. write an update statement that modifies the customers table. change the password column to �reset� for every customer in the table.10. open the script named createmyguitarshop. sql that�s in the exercise starts directory. then, run this script. that should restore the data that�s in the database.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Given a link with a maximum transmission rate of 32.8 mbps. only two computers, x and y, wish to transmit starting at time t = 0 seconds. computer x sends filex (4 mib) and computer y sends filey (244 kib), both starting at time t = 0. statistical multiplexing is used, with details as follows packet payload size = 1000 bytes packet header size = 24 bytes (overhead) ignore processing and queueing delays assume partial packets (packets consisting of less than 1000 bytes of data) are padded so that they are the same size as full packets. assume continuous alternating-packet transmission. computer x gets the transmission medium first. at what time (t = ? ) would filey finish transmitting? give answer in milliseconds, without units, and round to one decimal places (e.g. for an answer of 0.013777 seconds you would enter "13.8" without the quotes)
Answers: 3
question
Computers and Technology, 23.06.2019 10:00
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
question
Computers and Technology, 23.06.2019 12:30
How is the brightness of oled of the diaplay is controled
Answers: 1
You know the right answer?
1. write an insert statement that adds this row to the categories table: categoryname: brass code...
Questions
question
Mathematics, 10.06.2021 02:00
question
Mathematics, 10.06.2021 02:00
Questions on the website: 13722361