Databases Flashcards

1
Q

What is a database?

A

An organized storage of data that store tags, program commands, configurations and etc.

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

What can you find in a historical database?

A

1) Values
2) Timestamp
3) Quality
4) Tag

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

What can you find in an Alarm and Events Database?

A

1) Tag
2) Alarm state
3) Time
4) Data
5) Recommendation
6) Operator Acknowledge

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

Databases can be ___________ due to a large amount of data.

A

Compressed

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

What can databases use to prevent entities from changing values, or data in the database?

A

Encryption

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

What is the major component in the database that holds all data?

A

A table made of fields and records

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

What is a relational database?

A

A relational database has linked tables. This can be between customers and orders for example

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

To make databases interact with each other they are _________.

A

Queried using Structured Query Language (SQL)

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

What is DDE?

A

Dynamic Data Exchange, a Microsoft Windows mechanism to allow applications
(EXCEL/WORD and others) to talk/send data to each
other.

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

To initiate a DDE conversation what 3 things does a client need to specify?

A

1) Application: typically this is the application’s executable filename like RSLinx

2) Topic: the subject of the conversation like RealParsExcel

3) Item: an item refers to identify data, for example in Excel these are cell numbers

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

What is used to connect a database to a control system?

A

A driver:
ODBC-Open Database Connectivity
JDBC-Java Database Connectivity

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