Some Facts about Databases Key WordsData TypesCoding.

11
Some Facts about Databases Key Words Data Types Coding

Transcript of Some Facts about Databases Key WordsData TypesCoding.

Page 1: Some Facts about Databases Key WordsData TypesCoding.

Some Facts about Databases

Key Words Data Types Coding

Page 2: Some Facts about Databases Key WordsData TypesCoding.

Key Words• Field a single piece of information

eg Gender, Surname

• Record the collection of fields stored about one person or thing

• Primary Key the field that uniquely identifies a record

eg Student Number

Home Data Types Coding Questions

Page 3: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this?

a) Field b) Record c) Primary key

Questions

X X

Next Question Key Words

Page 4: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this?

a) Field b) Record c) Primary key

Questions

X X

Next Question Key Words

Page 5: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this?

a) Field b) Record c) Primary key

Questions

X

Home Data Types CodingKey Words

Page 6: Some Facts about Databases Key WordsData TypesCoding.

Data Types

• Each field stores data of a particular Data Type eg Number, Text, Date, Currency

• Some Key Facts:– Text Data Type can store Letters and

Numbers = Alphanumeric– Alphabetic means letters only. Access

does not have an alphabetic data type.

Home More Data TypesCodingKey Words Data Types Questions

Page 7: Some Facts about Databases Key WordsData TypesCoding.

Data Types used in Access

• Text Letters and Numbers (Alphanumeric)

• Number Numbers

• Currency Numbers with 2 decimal places

(for money)

• Date/Time For dates - prevents silly dates eg 63 August

Home Data Types QuestionsCodingKey Words

Page 8: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this data?

a) Alphabetic b) Alphanumeric c) Numeric

Questions

X

X

Data Types Next Question

Page 9: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this data?

a) Alphabetic b) Alphanumeric c) Numeric

Questions

X

X

Data Types Next Question

Page 10: Some Facts about Databases Key WordsData TypesCoding.

Which word best describes this data?

a) Alphabetic b) Alphanumeric c) Numeric

Questions

X

X

Data Types Coding

Page 11: Some Facts about Databases Key WordsData TypesCoding.

All about Coding

• Coding means using a shortened form when entering data

• eg L = Large M = Medium S = Small

• Coding means you don’t have to type in so much data

Home