About 483,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 view of …

  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 · INFORMATION_SCHEMA is an integral part of many popular RDBMSs, such as MySQL, PostgreSQL, MariaDB, and SQL Server, offering a consistent way to access and retrieve valuable …

  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 / System Views …

  5. 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 table and …

  6. Information schema - Databricks on AWS

    Dec 4, 2025 · Learn about the information schema in Databricks SQL and Databricks Runtime. The purpose of the information schema is to provide a SQL-based, self-describing API to the metadata.

  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. Difference between Information_schema vs sys tables in SQL Server

    Mar 20, 2019 · What are the information_schema tables and sys tables in SQL Server? What are the differences between them?

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

    Nov 18, 2025 · 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 …

  10. sql - How do I find a default constraint using INFORMATION_SCHEMA ...

    Sep 27, 2008 · The information schema views INFORMATION_SCHEMA are ANSI-compliant, but the default constraints aren't a part of ISO standard. Microsoft SQL Server provides system catalog …