About 3,390,000 results
Open links in new tab
  1. 4 Database Schema Examples for Various Applications | Airbyte

    Sep 9, 2025 · Practical database schema examples for e-commerce, social media, healthcare, and other applications, with diagrams and tips.

  2. Web API table schema operations sample - learn.microsoft.com

    This collection of http requests and responses demonstrate how to perform selected operations that modify the Dataverse schema, or metadata, using these samples: Web API table schema operations …

  3. JSON Schema examples

    In this page, you will find examples illustrating different use cases to help you get the most out of your JSON Schemas. These examples cover a wide range of scenarios, and each example comes with …

  4. The Schema Table - SQLite

    Jun 16, 2023 · 1. Introduction Every SQLite database contains a single "schema table" that stores the schema for that database. The schema for a database is a description of all of the other tables, …

  5. How to Show Schema of a Table in MySQL Database?

    Jul 23, 2025 · A table schema in MySQL database defines the structure of table, including columns, data types, relationships between columns, etc. It is a blueprint for the table, describing how data is …

  6. CREATE TABLE - Snowflake Documentation

    Reference SQL command reference Tables, views, sequences, and types CREATE TABLE CREATE TABLE Creates a new table in the current/specified schema, replaces an existing table, or alters an …

  7. What is Star Schema? - Databricks

    What is a star schema? A star schema is a multi-dimensional data model used to organize data in a database so that it is easy to understand and analyze. Star schemas can be applied to data …

  8. This section lists the names of the scripts that create the Order Entry (OE) sample schema and describes the objects in the schema. Table 4-10 lists the OE scripts in alphabetical order, while Table …

  9. Top 6 Database Schema Examples & How to Use Them! - Atlan

    Nov 10, 2023 · The top 6 database schema examples are flat table schema, normalized schema, star schema and hierarchical schema, document database schema, etc.

  10. Gathering Statistics in Oracle – Detailed Guide with Examples

    Mar 27, 2025 · B. Schema Statistics Collects statistics for all tables, indexes, and columns in a specific schema. Example: Gather schema-level statistics EXEC …