约 48,300 个结果
在新选项卡中打开链接
  1. CREATE SCHEMA (Transact-SQL) - SQL Server | Microsoft Learn

    2026年1月26日 · CREATE SCHEMA can create a schema, the tables and views it contains, and GRANT, REVOKE, or DENY permissions on any securable in a single statement. You must execute …

  2. SQL Server CREATE SCHEMA Statement By Examples

    This tutorial shows you how to use the SQL Server CREATE SCHEMA to create a new schema in the current database.

  3. CREATE SCHEMA in SQL Server - GeeksforGeeks

    2024年5月14日 · To create a schema in SQL Server use the 'CREATE SCHEMA' Statement. CREATE SCHEMA statement used to create a new schema in the current database. The CREATE SCHEMA …

  4. SQL CREATE/ALTER/DROP SCHEMA - w3resource

    2026年2月19日 · Use the CREATE SCHEMA statement to create multiple tables and views and perform multiple grants in your own schema in a single transaction. To execute a CREATE SCHEMA …

  5. T-SQL Create Schema in SQL Server database

    This article describes how to define a new schema in SQL Server database. The T-SQL statement CREATE SCHEMA defines schema in the current database.

  6. Create Schema in Databases: Design, SQL Syntax, and Best Practices

    2026年3月13日 · Learn how to create a robust database schema: concepts, normalization vs. denormalization, cross‑DBMS CREATE SCHEMA syntax, security and roles, indexing, partitioning, …

  7. Getting Started with SQL Schemas - SQL Server Tips

    2022年12月12日 · Aside from using the default schemas that come standard with a SQL instance install, you can also create your own schemas. Below is the basic T-SQL syntax for creating a schema.

  8. Creating Schemas in SQL: Organizing Your Database with Structure …

    In this blog, we’ll dive into what SQL schemas are, why they’re useful, how to create and manage them, and best practices for using them across popular database systems.

  9. How to Create a Schema in SQL Server with Step-by-Step Examples

    2024年8月28日 · Master creating schemas in SQL Server with detailed steps using SSMS and T-SQL, plus best practices and troubleshooting tips.

  10. Create a Database Schema - SQL Server | Microsoft Learn

    2025年11月18日 · Learn how to create a schema in SQL Server by using SQL Server Management Studio or Transact-SQL, including limitations and restrictions.