How to Create a View in MySQL Views allow to encapsulate or "hide" complexities, or allow limited read access to part of the data. To create a view, use the CREATE VIEW command: CREATE OR REPLACE VIEW view_name AS