The database table Results stores the results for each student in each of their chosen subjects - OCR - GCSE Computer Science - Question 3 - 2023 - Paper 1
Question 3
The database table Results stores the results for each student in each of their chosen subjects.
| StudentName | Subject | Grade |
|-------------|---------|-------|... show full transcript
Worked Solution & Example Answer:The database table Results stores the results for each student in each of their chosen subjects - OCR - GCSE Computer Science - Question 3 - 2023 - Paper 1
Step 1
SELECT
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
SELECT *
Step 2
FROM
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
FROM Results
Step 3
WHERE
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!