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

    Jul 17, 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. 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 …

  3. 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. …

  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.COLUMNS - SQL Server Tips

    Apr 1, 2025 · The INFORMATION_SCHEMA.COLUMNS view allows you to get information about all columns for all tables and views within a database. By default, it shows information for …

  6. SCHEMATA (Transact-SQL) - SQL Server | Microsoft Learn

    May 23, 2023 · Returns one row for each schema in the current database. To retrieve information from these views, specify the fully qualified name of INFORMATION_SCHEMA. view_name. …

  7. Information schema - Databricks on AWS

    The INFORMATION_SCHEMA is a SQL standard based schema, provided in every catalog created on Unity Catalog. Within the information schema, you can find a set of views …

  8. Chapter 35. The Information Schema - PostgreSQL

    Sep 25, 2025 · The information schema consists of a set of views that contain information about the objects defined in the current database.

  9. 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.

  10. INFORMATION_SCHEMA in SQL: Purpose and Use

    The INFORMATION_SCHEMA is a special schema that provides views to access database metadata in a vendor-independent and structured way. It helps developers and administrators …