21.8k views
2 votes
Create a view named MAJOR CUSTOMER. It consists of the customer number, name, bal. ance, credit limit, and rep number for every customer whose credit limit is $10,000 or less

a. Write and execute the CREATEVIEW command to create the MAJOR_CUSTOMERview.
b. Write and execute the command to retrieve the customer number and name of each customer in the MAJOR CUSTOMER view with a balance that exceeds the credit limit.
c. Write and execute the query that the DBMS actually executes.
d. Does updating the database through this view create any problems? If so, what are they? If not, why not?

1 Answer

1 vote

Answer:

Following are the solution to the given point:

Step-by-step explanation:

The solution to this question is defined in the attached in the attached file.

Create a view named MAJOR CUSTOMER. It consists of the customer number, name, bal-example-1
User Michael Pollmeier
by
5.1k points