SQL Bronze: Lesson Plan
NOTE - Although a large amount of slides the way they are set up means you go through quickly.
Slides/Activities | Brief overview | Learning objectives |
Activity 1 Database and SQL Slide 2 - 10
- Class discussion - Videos - Discussion task in pairs/small groups | Most people interact with databases every day without realising it. These sets of slides introduce pupils to a very basic understanding of what data and information is and raises awareness of the power of data. This also highlights some personal data that is generated and gathered by popular devices they may use. | ● Understanding the difference between data and information and give an example of each. ● Give examples of websites/apps/companies/organisations etc that stored data. ● Have an awareness of personal data that may be gathered about them through some apps or websites they use. |
Activity 3 SQL Slide 11 - 28
- Class discussions - Discussion and unplugged tasks in pairs/small groups - Individual practical task - Demos with live coding | Pupils will be introduced to what SQL is and the basic commands; SELECT/FROM/WHERE and have practical tasks to explore using these commands.
| ● Understand what a query is. ● Understand and familiarise themselves that SQL statement SELECT * means select all columns. ● Apply knowledge of the SELECT/FROM/WHERE commands to run queries on a database. |