Watch this video on YouTube
See the following code: CREATE VIEW P1Orders AS SELECT CustomerID , OrderID , Quantity FROM Orders WHERE ProductID = "P1" What does the above SQL command render?