9.1.2 Structured Query Language-Database

SoorajRajmohan1 33 views 8 slides Jun 02, 2024
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

SQL-IGCSE CS


Slide Content

Databases SQL 9.1

Candidates should be able to: Learning Objective Read, understand and complete structured query language (SQL) scripts to query data stored in a single database table

Define a single-table database from given data storage requirements STUDENT STUDENT-TEACHER

Retrieval of data from a database - the SELECT Statement The SELECT statement is the simplest of SQL statements and is used to find information within a database. A SELECT statement comes in four main parts:

Cross Table Query When you want to return data from more than one table there are two ways it can be done. The original method is to use a WHERE statement but the more modern method is to use a JOIN statement. For the purposes of the examinations it will not matter which method pupils use in their answers.

Original Method

The Modern Method
Tags