M6 Flashcards

1
Q

is an ordered collection of information from which a computer program can quickly access

A

database

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

Information stored in computer databases is actually stored in _______ similar to spreadsheet.

A

tables

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

a single complete set of related information

A

record

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

are the individual categories of information stored in a record

A

fields

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

Stores information across multiple related tables.
Composed of Primary Table and Related Table

A

relational database

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

is a field that contains a unique identifier for each record in a primary table

A

primary key

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

is a field in a related table that refers to the primary key in a primary table

A

foreign key

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

is the process of breaking tables into multiple related tables to reduce redundant information

A

normalization

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

is a structured set of instructions and criteria for retrieving, adding, modifying, and deleting database information

A

query

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

used for creating queries

A

data manipulation language (DML)

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

has a standard data manipulation language among many database management system

A

structured query language (SQL)

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

An Australian academician who wrote a very lightweight database engine called mSQL

A

David Hughes

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

mSQL was distributed as _________

A

shareware

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

improvement was done by a Swedish programmer _____________

A

Monty Widenius

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

rapidly grew until, although it’s still a fast, light database, it’s also a pretty powerful one; written in C++, compiles using GNU gcc, and is pretty portable

A

MySQL

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

who wrote the features of MySQL? in what year?

A

Ian Gilfillan, 2004

17
Q

features of MySQL

A

high availability
high scalability
high performance