About 31 results
Open links in new tab
  1. What are database schemas? 5 minute guide with examples

    Apr 29, 2024 · A database schema is an abstract design that represents storage of your data in a database. Learn the basics of database schemas with common examples.

  2. Database design tutorial for beginning developers - Educative

    Apr 28, 2020 · The first step to designing a relational database is to define the schema. The schema is a map of where all the data lives in tables – table names, column names. The …

  3. Tables, Schemas, Columns, and Keys - Educative

    A Practical Guide to SQL and Database Fundamentals / Tables, Schemas, Columns, and Keys Learn about database components, like database tables, schemas, and primary/foreign keys.

  4. Scaffolding a Model from a Database Schema - Educative

    It involves scaffolding a model (DbContext and entity types) from a database schema. It is also known as the Database First workflow. Use reverse engineering when you want the database …

  5. Relational Database Schemas - Educative

    In this lesson, we will discuss the basic concepts behind relational database schemas.

  6. Data Definition Language (DDL) - Educative

    Data Definition Language (DDL) is the SQL syntax used to create, alter or remove objects within the instance or database. Here are some examples to get started. There are three types of …

  7. MySQL Workbench tutorial: Complete guide to the RDBMS tool

    Dec 21, 2020 · You’ll start by covering the basics of SQL such as how to create a database, how to insert, query, and update data. You’ll also learn fundamental concepts that data scientists …

  8. Schemas and Instances - Educative

    Database schema. A schema is the blueprint of a database. The names of tables, columns of each table, datatype, functions, and other objects are included in the schema. We use the …

  9. Third Normal Form - Educative

    Structured Query Language (SQL) SQL Data Types and Operators SQL Constraints CREATE, DROP, and USE Databases CREATE, DROP, and INSERT Table The SELECT Clause The …

  10. Database Design Fundamentals for Software Engineers

    Gain insights into fundamental database concepts, relational databases, and entity-relationship diagrams. Learn about normalization techniques and basics of SQL to enhance database …

Refresh