Question: Create the following SQL view: 1. Create an SQL view named CustomerPurchaseView that shows CustomerID, LastName, FirstName, InvoiceNumber, Date, and PreTaxAmount. 2. Create an SQL

Create the following SQL view:

1. Create an SQL view named CustomerPurchaseView that shows CustomerID, LastName, FirstName, InvoiceNumber, Date, and PreTaxAmount.

2. Create an SQL view named CustomerLastNameFirstPurchaseView that shows CustomerID, then LastName and FirstName concatenated using the LastNameFirst userdefined function and displayed as CustomerName, InvoiceNumber, Date, and PreTaxAmount.

Im stuck and i dont understand view :{ "Please someone help me with these two questions."

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!