Views are calculated tables. Create a view by simply adding the following line to the top of your SQL query. ```SQL CREATE VIEW IF NOT EXISTS view_name AS view_name ```