Oracle - SQL - View - Create View

CREATE VIEW view_name AS
SELECT column_name(s)
FROM TABLE_NAME
WHERE condition