3rdpack gr10 (Encrypted)
3rdpack gr10 (Encrypted)
Slide No. 1
Monday, August 17, 2020
Prescribed Course Book: Cambridge IGCSE Computer Science By: David Watson and Helen Williams
Reference Book: Cambridge IGCSE Computer Science By: Sarah Lawrey and Donald Scott
TERM - 1
August * Introduction of Database * Keys and its types * Understanding of data types *Query designing
- Additional hardware, software, storage and network Trained technical persons such as database administrator,
resources are required. application programmers, data entry operators etc. are
- Very difficult and costly method to convert data of data file required to handle the DBMS.
into database.
- A lot of amount for the training of staff to run the DBMS. • Can only run in certain operating environments
1. Text
2. Number/Numeric
3. Boolean
4. Date/Time
5. Image / OLE object
6. Hyperlink
7. Attachment
9. Currency
10. Auto number
11. Lookup Wizard
ITEM VALUE
Name Joe Bloggs
Address 101, Any Street, That Town, TR34 9RT
Telephone Number 01234 56789
Car Registration EA05 NXR
Car Colour Blue
For example:
•Integers
•Real or Floating Point
•Currency
Currency
When we choose to format numerical data as currency then it will automatically be given two decimal places.
However, we can choose to format currency with no decimal point because in some circumstances it would not be
appropriate to display the fractional values.
The currency data type also allows us to display the correct currency symbol such as £ or $.
?
NOTE: people often assume that a telephone number would be stored as an 'integer' data type. After
all, they do look like numbers don't they! But think about it ...
Autonumber is a type of data used in Microsoft Access tables to generate an automatically incremented numeric counter.
It may be used to create an identity column which uniquely identifies each record of a table.
Boolean:
Boolean data holds one of two allowed values, for example: Here are some examples of questions where the
•yes/no responses would be stored as boolean data:
•true/false
•0 / 1
Has the heating been turned on? Yes / No
Are you employed? Yes / No
A boolean data type is used to answer questions where there are exactly two options, three options would mean it was
no longer boolean data.
By using a date /time data type, we can choose the format for how we want our data to be automatically displayed.
Hyperlink datatype is not plain text. It is a composite data type consisting of a Display Text, the
Address and optionally a Sub Address and a ScreenTip (Tool tip).
It is basically a textual representation of a location or object such as a file. If you've ever used the
internet, then you've probably used hyperlinks to navigate between web pages. In the case of
Microsoft Access, you use hyperlinks to point to a file on your computer, or network.
3. Club Membership
Field Name Data Type Size
Layout of Answer: SURNAME
FIRST NAME
(b) Select a suitable PRIMARY KEY for each
STUDENT ID
table which is designed in Part (a).
CITY
(c) Give reason of selecting that key as a START DATE
PRIMARY KEY.