Question: Database Processing (14th edition); Author, Kroenke, David M and Seaman, Don F; Chapter 7 7.40 Write an SQL statement to create a view named CustomerSalesView




Database Processing (14th edition); Author, Kroenke, David M and Seaman, Don F; Chapter 7 7.40 Write an SQL statement to create a view named CustomerSalesView based on the the CUSTOMER 04 and SALE 02 tables. In this view, include the values of Customer ID, LastName as CustomerLastName, FirstName as CustomerFirstName, EmailAddress, SaleID, DateOfSale, and Sale Amount in that order. Run this statement to create the view, and then test the view by writing and running an appropriate SQL SELECT statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
