DATABASES

A growing archive of what I learned while working alongside laboratory databases and information systems.

primarykey/databases/start

CONNECTION ESTABLISHED

What is a database?

قاعدة البانات

↑ return to index

Tables

Primary Keys

A primary key uniquely identifies each record in a table.

↑ return to index

Foreign Keys

Foreign keys connect records stored across different tables.

↑ return to index

Relationships

One-to-one, one-to-many, and many-to-many relationships can describe how records are connected.

↑ return to index

Queries

Queries allow us to request particular information from a database.

↑ return to index