Unit 5 - Database Concepts and Managing Data Flashcards

1
Q

What is the relationship between database and information systems?

A

Information Systems maintain and access the transactional data in databases. They are the storage part of IS.

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

What are the problems of non-database systems?

A

“RII”
Data Redundancy
Data Inconsistency
Data Isolation

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

What is the relationship between database and DBMS?

A

Database Management Systems (DBMS) –software through which users and application programs interact with a database. 
Software used to create, manage, maintain, and manipulate a database.

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

What are the benefits of DBMS?

A
Data Security
Data Integrity (fx no text in number fields)
Data Independence (of certain applications)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the characteristics of a relational database?

A

Data stored in tables with one primary key and maybe foreign keys. This is done so that you can link relating tables

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

What is the main purpose of normalization in database?

A

Split data out on several tables in order to reduce duplication of data.

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

What is the relationship between tables in a database and forms?

A

Forms are made to display and enter data from and to tables in a more convenient way.

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

What is the relationship between database queries and forms?

A

Database queries is a way to perform more complicated searches in a database. FX SQL

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