Chapter_9_Z-Notes
Chapter_9_Z-Notes
CAIE IGCSE
Computer Databases
Science
0478 A database is a well-organized compilation of data
that enables individuals to retrieve information
Practical
according to their specific requirements. The data
contained within a database can encompass
Algorithm Design
& Problem- various forms such as text, numerical values,
Solving images, or any other type of digital content that
manufacturer etc.
Practical
Algorithm Design
& Problem-
Solving
Source: Cambridge IGCSE and O Level Computer
Programming Science by Hodder Education
date. \n
differences.
Note: Access datatype refers to the software
Subjects Support us About us
Microsoft Access which is a DBMS (DataBase
necessary.
Programming
The primary key is a unique field that
Boolean Logic distinguishes each item within the data.
Data types have values that are never repeated within the
Basic Data Types table.
Primary Key An existing field can serve as a primary key if it
SQL - Structured is unique, such as the ISBN in the book table.
Query Language
In cases where all existing fields may contain
a database.
For instance, someone visiting a patient may
SQL Scripts
CAIE IGCSE
An SQL script is a collection of SQL commands
Computer
that are used to perform a specific task, often
Science
stored in a file for reusability.
0478
To comprehend SQL and interpret the output
FROM (tablesname)
WHERE (condition)
ORDER BY (sortingcondition) ;
CAIE IGCSE
Computer
Science
0478
Practical Operators
Just like pseudocode, the operators used there can
Algorithm Design
also be used here for conditions, however, a few
& Problem-
Solving more are also used in databases
Programming
Boolean Logic
Databases
Data types
Basic Data Types
Primary Key
SQL - Structured Boolean Logic
Query Language
Previous chapter