Query Data with SQL - A Level Computer Science 9618

preview_player
Показать описание
Discover how to write SQL scripts to query database tables using essential Data Manipulation Language (DML) commands like SELECT FROM, WHERE, ORDER BY, GROUP BY, SUM, COUNT, and AVG. This video tutorial also demonstrates how to use advanced commands like AND and LIKE in your WHERE clause for more precise data retrieval.

Whether you're a student preparing for the Cambridge International AS & A Level Computer Science 9618 Paper 1 exam on Chapter 8: Databases or a professional seeking to broaden your knowledge, this video is ideal for you.

🔥 EXAM RESOURCES
-----------------------------------------------

📹 SUBSCRIBE
------------------------------------------------

⏳ TIMESTAMPS
------------------------------------------------
00:00 Intro
00:04 What You Will Learn
00:11 DML Query Commands
01:03 How to Write a DML Query
01:31 WHERE
02:43 ORDER BY, COUNT, GROUP BY
04:54 AND
05:36 LIKE, SUM
06:47 AVG
07:25 Past Year Question

🎥 PAPER 1️⃣ PLAYLIST
------------------------------------------------

🎥 PAPER 2️⃣ PLAYLIST
------------------------------------------------

🌎 IMPORTANT LINKS
------------------------------------------------

#alevelcomputerscience
#SQLqueries
#DataManipulationLanguage
#DatabaseQuerying
#9618Paper1
Рекомендации по теме
Комментарии
Автор

For the last question:

SELECT Avg (Mark)
FROM STUDENT_TEST
WHERE TestID='A7';

nnwld
Автор

can you list all the keys with definations
eg: composite key
candidate keys
difference btw them?

MuhammadAhmed-ef
Автор

Hi! There was a question i got in a past paper in which it required some data to be added, correlating to a certain field into a database. May i receive some help with how i can go about it?

nnwld