CSC 371 Practical 2

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CSC 371 PRACTICAL

1. If you had used “your” sales rep number as 22 or any that is outside those
already in the SLSREP, change it to be anyone of those in the SLSREP
table. Then enforce all referential integrity and join the related relations
(tables)
2. For each customer whose credit limit is 800 or less, list his or her number
and name, along with the number and name of the corresponding sales rep.
3. Change the name of customer 256to Ann Jones,
4. For each customer with a 500 credit limit whose balance is less than 500,
increase their credit limit to 800.
5. Create a single column form for the PART table
6. Create a two or three-column form for the CUSTOMER table.
7. Create a two column form to capture the number and name of a customer
along the number and name of their corresponding sales rep.

You might also like