Year 11 - Computing
SQL 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 create SQL queries to insert and update data stored in a database.
SQL stands for Structured Query Language. It is a language used to communicate with a database. You can use SQL to manipulate databases and retrieve records.
Structured Query Language: declarative language designed for managing data held in a relational database management system. Add one real device or system example to prove understanding.
Mistake: You can delete data from a database using an SQL command without any consideration. Correction: You should delete data using SQL commands carefully as data may be linked to other tables in the database.
Browse all guides in the Year 11 Computing guide library.