Questions

Python: Outputs 2

Code a program that will draw a rocket on the screen (you will need several print statements to build the layers of the rocket image). When you are satisfied with your code, copy and paste it below, then submit your solution. create.withcode.uk

Python: Outputs 2 Read More »

Databases and SQL 2

A database table called ‘leaderboard’, contains the percentage scores obtained by students in a recent assessment, along with the students’ names. The field names in the table are ‘students’ and ‘scores’. Write the SQL query needed to access the names of students who have achieved a score of over 50%.

Databases and SQL 2 Read More »

Shopping Cart