About 784,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. 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.

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

  7. INFORMATION_SCHEMA.TABLES - SQL Server Tips

    Apr 1, 2025 · The INFORMATION_SCHEMA.TABLES view allows you to get information about all tables and views within a database. By default, it will show you this information for every single …

  8. COLUMNS (Transact-SQL) - SQL Server | Microsoft Learn

    Aug 10, 2023 · Returns one row for each column that can be accessed by the current user in the current database. To retrieve information from these views, specify the fully qualified name of …

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

  10. Chapter 28 INFORMATION_SCHEMA Tables - MySQL

    INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access …