Examlex

Solved

Use the Database Below to Answer the Following Question CUSTOMER

question 25

Essay

Use the database below to answer the following question.
GENERAL SALES DATABASE:
SALESREP
 SalesRepNo  RepName  HireDate 654 Tones 01/02/1999734 Smith 02/03/2000345 Chen 01/25/1998434 Tohnson 11/23/1998\begin{array} { l | l | l | } \hline \text { SalesRepNo } & \text { RepName } & \text { HireDate } \\\hline 654 & \text { Tones } & 01 / 02 / 1999 \\\hline 734 & \text { Smith } & 02 / 03 / 2000 \\\hline 345 & \text { Chen } & 01 / 25 / 1998 \\\hline 434 & \text { Tohnson } & 11 / 23 / 1998 \\\hline\end{array}
CUSTOMER
 CustNo  CustName  Balance  SalesRepNo 9870 Winston 5003458590 Gonzales 3504347840 Harris 8006544870 Miles 100345\begin{array} { | l | l | l | l | } \hline \text { CustNo } & \text { CustName } & \text { Balance } & \text { SalesRepNo } \\\hline 9870 & \text { Winston } & 500 & 345 \\\hline 8590 & \text { Gonzales } & 350 & 434 \\\hline 7840 & \text { Harris } & 800 & 654 \\\hline 4870 & \text { Miles } & 100 & 345 \\\hline\end{array}
Using the CUSTOMER.Balance column as the column providing the data,create a view to display the results of a computed column.Specifically,assume that all customers are required to maintain a minimum balance of 100,and use the view to display customer name and a number named BalanceOverMinimum that calculates (Balance - 100)for all customers in the GENERAL SALES DATABASE.


Definitions:

Option Value

In finance, option value refers to the premium that buyers are willing to pay for the right, but not the obligation, to buy (call) or sell (put) an asset at a specified price during a certain period.

Option Group

A collection of options within a software application, grouped to allow a user to select one option from multiple choices.

Form Design Tools

Software tools or features used for creating and manipulating digital forms, such as those found in databases or web design.

Tab Order

The sequence in which the input fields are navigated using the Tab key in a form or software application.

Related Questions