Complete the following Updating Data Activities using SQL. After completing the required SQL activity, use a Select clause after each activity to display the fields changed to prove the results is correct. 1. Change the description of part BT04 to Oven. 2. Add $100 to the credit limit of every customer represented by sales rep number 06. 3. Add order 12600 (order date: 09/06/2018, customer number: 311) to the database. Add two order lines to this order. On the first line, the part number is AX12, the number ordered is 5, and the quoted price is $13.95. On the second line, the part number is BA74, the number ordered is 3, and the quoted price is $4.50. 4. Write the command to delete every customer whose balance is $0 and who is represented by sales rep 12. Do not execute the command. 5. Create a new table named SPGOOD to contain the columns PART_NUMBER, DESCRIPTION, and UNIT_PRICE. Then insert into this new table the part number, part description, and unit price from the PART table for every part whose item class is SG. 6. Change the street address of sales rep number 03 to null. 7. Add a column named ALLOCATION to the PART table. The allocation is a three-digit number representing the number of units of each part that have been allocated to each customer. Set all values of ALLOCATION to zero. Calculate the number of units of BT04 currently on order. Change the value of ALLOCATION for part number BT04 to this number. 8. Write the command to delete the ITEM_CLASS column from the PART table. Do not execute the command. 9. Increase the length of the PART_DESCRIPTION column to 30 characters. 10. Write the command to remove the PART table from the Premiere Products database. Do not execute the command.
Complete the following Updating Data Activities using SQL. After completing the required SQL activity, use a Select clause after each activity to display the fields changed to prove the results is correct. 1. Change the description of part BT04 to Oven. 2. Add $100 to the credit limit of every customer represented by sales rep number 06. 3. Add order 12600 (order date: 09/06/2018, customer number: 311) to the database. Add two order lines to this order. On the first line, the part number is AX12, the number ordered is 5, and the quoted price is $13.95. On the second line, the part number is BA74, the number ordered is 3, and the quoted price is $4.50. 4. Write the command to delete every customer whose balance is $0 and who is represented by sales rep 12. Do not execute the command. 5. Create a new table named SPGOOD to contain the columns PART_NUMBER, DESCRIPTION, and UNIT_PRICE. Then insert into this new table the part number, part description, and unit price from the PART table for every part whose item class is SG. 6. Change the street address of sales rep number 03 to null. 7. Add a column named ALLOCATION to the PART table. The allocation is a three-digit number representing the number of units of each part that have been allocated to each customer. Set all values of ALLOCATION to zero. Calculate the number of units of BT04 currently on order. Change the value of ALLOCATION for part number BT04 to this number. 8. Write the command to delete the ITEM_CLASS column from the PART table. Do not execute the command. 9. Increase the length of the PART_DESCRIPTION column to 30 characters. 10. Write the command to remove the PART table from the Premiere Products database. Do not execute the command.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Complete the following Updating Data Activities using SQL. After completing the required SQL activity, use a Select clause after each activity to display the fields changed to prove the results is correct.
1. Change the description of part BT04 to Oven.
2. Add $100 to the credit limit of every customer represented by sales rep number 06.
3. Add order 12600 (order date: 09/06/2018, customer number: 311) to the database . Add two order lines to this order. On the first line, the part number is AX12, the number ordered is 5, and the quoted price is $13.95. On the second line, the part number is BA74, the number ordered is 3, and the quoted price is $4.50.
4. Write the command to delete every customer whose balance is $0 and who is represented by sales rep 12. Do not execute the command.
5. Create a new table named SPGOOD to contain the columns PART_NUMBER, DESCRIPTION, and UNIT_PRICE. Then insert into this new table the part number, part description, and unit price from the PART table for every part whose item class is SG.
6. Change the street address of sales rep number 03 to null.
7. Add a column named ALLOCATION to the PART table. The allocation is a three-digit number representing the number of units of each part that have been allocated to each customer. Set all values of ALLOCATION to zero. Calculate the number of units of BT04 currently on order. Change the value of ALLOCATION for part number BT04 to this number.
8. Write the command to delete the ITEM_CLASS column from the PART table. Do not execute the command.
9. Increase the length of the PART_DESCRIPTION column to 30 characters.
10. Write the command to remove the PART table from the Premiere Products database. Do not execute the command.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education