Skip to main content

Databases: Introduction to Databases

Databases
Introduction to Databases
  • Show the following:

    Annotations
    Resources
  • Adjust appearance:

    Font
    Font style
    Color Scheme
    Light
    Dark
    Annotation contrast
    Low
    High
    Margins
  • Search within:
    • Notifications
    • Privacy
  • Project HomeTools and Techniques in Software Engineering
  • Projects
  • Learn more about Manifold

Notes

table of contents
  1. Introduction to Databases
  2. Relational Model
  3. Organizing Information
  4. Querying
    1. Example with SQLite
    2. Example with Google Sheet Query
  5. Joins
  6. Products
  7. Bibliography

Databases

A database is a large collection of related (and often structured) data. A database captures an abstract representation of the domain of an application - the (1) records, and (2) relationships between records.

Database management systems (DBMS) are systems for creating, manipulating, accessing a database. The goal of a DBMS is to simplify storing and accessing of data.

Annotate

Next Chapter
Relational Model
Next
Powered by Manifold Scholarship. Learn more at
Opens in new tab or windowmanifoldapp.org