9618 - A Level - Paper 1 Databases: All SQL syntax

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.พ. 2024
  • The SQL syntax is not too complicated to understand, but it's a pain to memorise it all. That's why I created a list of 19 simple questions to help you out!
    Download the exercises and solutions: paulgieske.gumroad.com/l/xpedx
    In this video we cover all the SQL syntax for the Cambridge International A Level syllabus 9618.
    DML (Data Manipulation Language): - SELECT - WHERE
    - ORDER BY - SUM - COUNT - AVG - INSERT INTO - DELETE FROM - UPDATE - GROUP BY - INNER JOIN
    DDL (Data Definition Language): - CREATE DATABASE - CREATE TABLE - ALTER TABLE - PRIMARY KEY - FOREIGN KEY … REFERENCES …

ความคิดเห็น • 7

  • @riadulislam4849
    @riadulislam4849 3 หลายเดือนก่อน +2

    Very helpful sir. Thank you a lot.

  • @its_past_here
    @its_past_here 4 หลายเดือนก่อน +3

    Create more videos about AS Computer science. Need them really much

  • @abdulqodirmir
    @abdulqodirmir 2 หลายเดือนก่อน +1

    Amazing!
    Thanks!
    But more and simpler explanation for the 10th question would be much appreciated!
    Thanks again!

  • @purple.4955
    @purple.4955 2 หลายเดือนก่อน +1

    It's amazing video, a few variations and possible mistakes, but as a refresher it's amazing. THANK YOU!!!

    • @opensourcetutor1878
      @opensourcetutor1878  2 หลายเดือนก่อน

      Thanks. Let me know in the comments if you saw a specific mistake.

  • @Mr_Boness
    @Mr_Boness 2 หลายเดือนก่อน +1

    what is "inner left"?

    • @opensourcetutor1878
      @opensourcetutor1878  2 หลายเดือนก่อน +1

      Don't worry, it's not on the syllabus. But basically it is the same is inner join, but while inner join only shows the records where both keys match, inner join left shows all records in the left table.