Test 1 - Module 1 Flashcards

1
Q

What’s the definition of Database

A

A usually large collection of data organized especially for rapid search and retrieval.

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

What’s the purpose of Database

A

The purpose of a database is to help people track things of interest to them.

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

Who’s the creator of Relational Model

A

Eduard (Ted) F. Coddy invented the Relational databases in 1970

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

Which problems Codd faced to make his research become a legitimacy in the field?

A
  • The technical community at large (new paradigm)

- One within IBM (Conflict with IMS product)

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

What is SQL

A

Structured Query Languange is a procedural language for use relational databases

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

What are ER models

A

Allows the designer to concentrate on the use of data instead of the logical table structure.

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

How can a database table be described

A

Database tables contains rows (objects) and columns (attributes) like spreadsheets.

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

What are the differences between data and information

A
  • Data = recorded facts and figures

- Information = knowledge derived from data

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

Which are the components of a database system

A
  • Users
  • Database application
  • SQL
  • DBMS
  • Database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is metadata

A

It’s the self-describing data of a database itself, which is data about data.

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

Database contents

A
  • Tables of user data
  • Metadata
  • Indexes
  • Stored procedures
  • Triggers
  • Security data
  • Backup/recovery data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Different types of database

A
  • Single user: own purpose (CEO)
  • Multiple User: Blackboard
  • E-business: SAS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Three different types of database design

A
  • from existing data
  • new systems development
  • Database redesign
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is normalization

A

A set of rules do organize columns and tables to minimize data redundancy

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

What are the main characteristics of databases

A

A database is a self-describing collection of integrated tables.

  • The tables are called integrated because they store data about the relationships between the rows of data.
  • A database is called self-describing because it stores a description of itself (metadata)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly