Databases Flashcards

(10 cards)

1
Q

What is a database?

A

A database is an organised collection of data, which allows users to obtain and process information according to its requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Advantages of using databases

A
  • Better storage techniques compared to file systems
  • Data only stored once, prevents duplication of data
  • Data is consistent, changes only need to be made once. Changes are then reflected for all the users using the database.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Applications of databases?

A
  • Security systems
  • Social networking websites
  • Industrial management (products, orders, stock etc etc amazon)
  • Aviation management
  • Trade management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Software for managing and creating databases

A
  • Microsoft SQL Server
  • My SQL
  • Oracle
  • IBM Db2
  • PostgreSQL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Programming languages to interact with database servers

A
  • Python
  • JavaScript
  • Delphi
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the structured query language (SQL) used for?

A

Used to customise and retrieve information from the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are databases structured?

A

Data stored in the form of tables!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a record, what is a field? When identifying data, which is the first in a bracket?

A

A record is the row, a field is the column. When identifying data, record (row) comes first. eg (1, 3), when record 1 and field 3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a primary key?

A

Unique identifier for a specific record. Prevents data duplication. Can be just numbers or combinations of letters and numbers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does validation checks in databases do?

A

Assured data integrity using validation techniques. Eg email must have the @ symbol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly