Year 11 - Computing
Database fundamentals
Databases and SQL
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 11 - Computing
Databases and SQL
This unit introduces pupils to databases and SQL, they will explore the key terms used in a database and why relational databases are used to eliminate the redundancy that can occur in a flat file database. They will explore SQL commands to retrieve, update, and delete data in a relational database.
You will learn to describe the difference between a flat file and relational database.
Data is fundamental to any computer system. With data comes the need for a system that is able to store, sort, and search through it.
a data structure that stores related fields of data for a single object or being. Add one real device or system example to prove understanding.
Mistake: A primary key and a foreign key are the same thing. Correction: A primary key is an attribute that uniquely identifies a record in a database table, whereas a foreign key is an attribute in one table that is the primary key in another table and is used to link the tables together.
Browse all guides in the Year 11 Computing guide library.