Year 11 - Computing
SQL searches
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 use SQL to retrieve data from a relational 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.
allows you to retrieve data from a database. Add one real device or system example to prove understanding.
Mistake: Using SELECT * is always the best method for returning data from a database table. Correction: You should only use the SELECT * query when all fields are needed. Including unnecessary data can be frustrating for the person viewing and working with the results.
Browse all guides in the Year 11 Computing guide library.