arrow_back Back to Notebook
sql
sql
January 10, 2019

How to create a view in SQL

You can create a view in SQL by following the following syntax.

CREATE VIEW view_name AS `sql-select-query`;

For Example

CREATE VIEW view_name AS SELECT * from table_name;

Thanks for reading!

John Wiseman

Full-Stack Software Engineer building scalable digital solutions. specializing in modern web technologies and mission-critical systems.

© 2026 Wiseman Systems Pty. Ltd.

Navigation

Start a Conversation

Ready to discuss your next project? Let's build something extraordinary together.

Get in Touch