1 Flashcards

1 (30 cards)

1
Q

What is the primary purpose of a database?

A

Organizing and structuring data

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

What does DBMS stand for?

A

Database Management System

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

What is NOT a function of a DBMS?

A

Designing operating systems

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

Which of the following is an example of an RDBMS?

A

Oracle

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

How is data stored in an RDBMS?

A

In tables (relations)

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

What are rows in a table called in an RDBMS?

A

Tuples

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

What are columns in a table called in an RDBMS?

A

Attributes

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

What is a primary key?

A

A unique identifier for rows in a table

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

What type of relationship connects two tables where each row in the first table corresponds to only one row in the second?

A

One-to-One

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

What relationship connects one row in a table to multiple rows in another table?

A

One-to-Many

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

What is an ER diagram?

A

A representation of data relationships

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

Which is NOT a step in converting an ER diagram to tables?

A

Encrypting all columns

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

What is a foreign key?

A

A column that references a primary key in another table

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

What is the purpose of normalization?

A

To minimize redundancy and dependency

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

What is a composite key?

A

A primary key consisting of multiple columns

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

Which relationship type allows each record in a table to relate to multiple records in another, and vice versa?

17
Q

What is the main function of data definition in DBMS?

A

Creating and modifying the structure of data

18
Q

What is data retrieval?

A

Fetching stored data for use

19
Q

Which of these is NOT a type of DBMS?

20
Q

What is concurrency control?

A

Ensuring multiple users can access data consistently

21
Q

What does an RDBMS use to uniquely identify a row?

22
Q

What is a data dictionary?

A

Metadata about database structure and elements

23
Q

Which of these is an example of DBMS software?

24
Q

What does ‘tuple’ refer to in a database?

A

A row in a table

25
What is a key benefit of relational databases?
Data is organized and easily accessible
26
What are attributes in a table?
Columns in the table
27
What does a relational model organize data into?
Relations (tables)
28
Which type of key is used to link two tables?
Foreign Key
29
What is the purpose of performance monitoring in a DBMS?
To track query speeds and optimize system use
30
Why is database security important?
To prevent data theft and unauthorized access