Databases - Lesson 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Database

an structured set of data.

2
New cards

What are three advantages of databases?

  • Keep things organized

  • stores information

  • saves time

3
New cards

Field

one piece of information about someone or something.

4
New cards

Examples of fields

  • Surname

  • Forename

  • DOB (date of birth)

  • Address

  • Postcode

  • Email

  • Telephone number

5
New cards

Record

all the information about someone or something

6
New cards

Primary key

to identify a record in a database.

7
New cards

Examples of primary key

  • CAR registration number

  • STUDENT ID

  • CUSTOMER Number

  • BOOK ISBN

8
New cards

What kind of field would the school hold on to you ?

  • Name

  • Surname

  • DOB
    Address

  • Postcode

  • Email

  • Telephone number

9
New cards

What are the two types of databases ?

Flat file databases and Relational database

10
New cards

Flat file database

one big table

11
New cards

Relational database

many tables linked together

12
New cards

What is an example of a database ?

Microsoft teams

13
New cards

Would a primary key be useful for a database table ?

Yes

14
New cards

Foreign key

a primary key that’s in another table. It identifies a record from another table

15
New cards

What are the advantages of a foreign key ?

  • data isn’t entered in twice or more in the database

  • this reduces the data stored, which makes the database smaller

  • Reduces mistakes as information doesn’t need to be tpyed again