EZ

Eduzan

Learning Hub

Eduzan
Eduzan / SQL

Views

Views in SQL are virtual tables created based on the result set of an SQL query. They allow you to encapsulate complex queries and present data in a simplified manner. Views do not store data themselves but provide a way to query the underlying tables.

End of lesson.