About 13,200,000 results
Open links in new tab
  1. What is an SQL View? - LearnSQL.com

    Dec 11, 2020 · Question: What is an SQL View? An SQL view is a virtual table that selects data from one or more tables. It does not store data itself, but it dynamically displays data from …

  2. SQL CREATE VIEW, REPLACE VIEW, DROP VIEW Statements - W3Schools

    In SQL, a view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real …

  3. SQL Views - GeeksforGeeks

    Apr 18, 2025 · What is a View in SQL? A view in SQL is a saved SQL query that acts as a virtual table. Unlike regular tables, views do not store data themselves. Instead, they dynamically …

  4. Database Views: What They Are, How They Work, and When to …

    Jul 23, 2023 · A database view is a query that is saved in the database. It acts as a virtual table that you can query just like any other table. A view can use joins and combine data from other …

  5. SQL View – A complete introduction and walk-through - SQL

    Jul 1, 2019 · This article aims to walk you through ‘SQL VIEW’ – one of the widely-used database objects in SQL Server. It is a good practice to organize tables in a database to reduce …

  6. SQL Views (Virtual Tables): What are Views in SQL? - DataCamp

    Jan 9, 2025 · Views are a special version of tables in SQL. They provide a virtual table environment for various complex operations. You can select data from multiple tables, or you …

  7. What is a View? How it is Related to Data Independence in DBMS?

    Jun 11, 2024 · In DBMS, View is a virtual table that is created using specific rows of one more table. View does not create a new table with these entries, it only presents the selected rows …

  8. SQL Views - SQL Tutorial

    In SQL, a view is a named query stored in the database system. Unlike a table, a view does not store data physically. The database system only stores the view’s definition. When you query …

  9. SQL Views - SQL Tutorial

    A view is a database object that acts as a filter to the data stored in one or more tables. It is a logical representation of data in a database that can be used to simplify the complexity of data …

  10. VIEW Statements — Interactive SQL Course - SQL Academy

    Views are an important tool in SQL that allows for simplifying complex queries, standardizing data access, improving performance, and ensuring data security. Let's check how well you …

  11. Some results have been removed
Refresh