Databases Flashcards
What is a database?
An organized storage of data that store tags, program commands, configurations and etc.
What can you find in a historical database?
1) Values
2) Timestamp
3) Quality
4) Tag
What can you find in an Alarm and Events Database?
1) Tag
2) Alarm state
3) Time
4) Data
5) Recommendation
6) Operator Acknowledge
Databases can be ___________ due to a large amount of data.
Compressed
What can databases use to prevent entities from changing values, or data in the database?
Encryption
What is the major component in the database that holds all data?
A table made of fields and records
What is a relational database?
A relational database has linked tables. This can be between customers and orders for example
To make databases interact with each other they are _________.
Queried using Structured Query Language (SQL)
What is DDE?
Dynamic Data Exchange, a Microsoft Windows mechanism to allow applications
(EXCEL/WORD and others) to talk/send data to each
other.
To initiate a DDE conversation what 3 things does a client need to specify?
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
What is used to connect a database to a control system?
A driver:
ODBC-Open Database Connectivity
JDBC-Java Database Connectivity