Question: write an sql statement to create view called SaleSummeryView that contains Sale.SaleID, Sale.SaleDate, sale_Item.saleitemid, Sale_item.itemid,item.itemdescription, item.itemprice. Run the statement to create the view and then
write an sql statement to create view called SaleSummeryView that contains Sale.SaleID, Sale.SaleDate, sale_Item.saleitemid, Sale_item.itemid,item.itemdescription, item.itemprice. Run the statement to create the view and then test the view with 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
