New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
How does a standard CREATE VIEW store the data returned by its query?
CREATE VIEW
It copies the rows into a hidden table that auto-updates with triggers
It doesn't store any data; the query runs every time the view is referenced
It caches the query results and refreshes them on a schedule