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
Get step-by-step solutions from verified subject matter experts
