Create you account: https://scratch.mit.edu
A database, SOFASELECT, was set up to show the prices of suites, sofas and chairs for sale from an online furniture warehouse. Part of the database is shown below:

Solution:
CREATE TABLE SOFASELECT ( Description VARCHAR(100), Brochure_Number VARCHAR(100), Number_of_seats INT(10), Number_of_pieces INT(10), Material VARCHAR(100), Colour VARCHAR(100), Price_in_$ INT(10) );
INSERT INTO SOFASELECT VALUES("Sofa","SF17", 2,1,"Leather","Red",950);
SELECT Brochure_Number,Material,Colour,Price_in_$ FROM SOFASELECT WHERE Number_of_seats >= 3
A wildlife park has a database table, called LIVESTOCK, to classify and record its animal species. Part of the database table is shown.

6 A database table, JUICE, is used to keep a record of cartons of fresh fruit juice available for sale.

A database table, TREES, is used to keep a record of the trees in a park. Each tree is given a unique number and is examined to see if it is at risk of dying. There are over 900 trees; part of the database table is shown. 
A database was set up to show the properties of certain chemical elements. Part of the database is shown below. 
A database table, PERFORMANCE, is used to keep a record of the performances at a local theatre.

A project-based approach to computing that equips students with the skills they need for the digital world.
Syllabus Mapping Key Stage 3