About 1,590,000 results
Open links in new tab
  1. System Information Schema Views (Transact-SQL) - SQL Server

    Nov 18, 2025 · An information schema view is one of several methods SQL Server provides for obtaining metadata. Information schema views provide an internal, system table-independent …

  2. Understanding INFORMATION_SCHEMA in SQL - Database.Guide

    Jun 28, 2023 · The information schema consists of a collection of read-only views that provide information about all of the tables, views, columns, procedures, and more in a database. …

  3. How to use INFORMATION_SCHEMA Views in SQL Server

    Jul 23, 2025 · In this article, we will learn how to use INFORMATION_SCHEMA Views in SQL Server. In SQL Server, INFORMATION_SCHEMA Views is a collection of views stored in the …

  4. SQL Server INFORMATION_SCHEMA views Tutorial

    Apr 27, 2025 · The INFORMATION_SCHEMA views allow you to retrieve metadata about the objects within a database. These views can be found in the master database under Views / …

  5. Information schema - Wikipedia

    In relational databases, the information schema (information_schema) is an ANSI -standard set of read-only views that provide information about all of the tables, views, columns, and …

  6. INFORMATION_SCHEMA in SQL: Purpose and Use

    INFORMATION_SCHEMA – A standardized set of read-only views that expose metadata about the database's structure, such as tables, columns, constraints, and more. The …

  7. How to use INFORMATION_SCHEMA Views in SQL Server - Chartio

    INFORMATION_SCHEMA Views allow you to find what tables are in your schema. Read this tutorial to learn how to utilize this SQL Server tool.

  8. Information Schema | SQL Server Metadata Succinctly

    In most relational databases, the information schema (INFORMATION_SCHEMA) is an ANSI-standard set of read-only views that provide information about the tables, views, etc., in the …

  9. SQL – Select from information_schema.columns - makolyte

    Jun 16, 2021 · In this article, I’ll show more examples of querying information_schema.columns. Let’s say you want to find all columns that have the word ‘Name’ in the column name. Query …

  10. How to use INFORMATION_SCHEMA in SQL Server? - CastorDoc

    By using INFORMATION_SCHEMA, you can efficiently navigate the database structure, view its objects, and gain valuable insights. In this article, we will explore the various aspects of …