/3 min read
Database Terminology
Key Database Terms
DBMS
Database Management System — Microsoft Access, MySQL, Microsoft SQL Server.
Tables, Fields, Records
Tables hold data; columns are fields; rows are records.
Relationships
One-to-Many (most common), Many-to-Many (uses a Join Table), One-to-One (rare, used for security).
Keys
Fields used to build relationships between tables — primary key uniquely identifies a row.
Master SQL at Noble Desktop
Noble Desktop's SQL Bootcamp covers queries, joins, aggregations, and the full SQL toolkit data analysts use every day.
Understand the basics of electronic databases, the organization of data in tables, the various relationships between tables, and the crucial role of keys in connecting data.