CREATE VIEW [Current Product List] AS SELECT ProductID,ProductName FROM Products WHERE Discontinued=No
CREATE VIEW
AS
SELECT
FROM
WHERE