Database Management Extra 2 Flashcards
A representation of the conceptual model, usually expressed graphically.
Conceptual Schema
A restriction placed on data, usually expressed in the form of rules. For example, “A student’s GPA must be between 0.00 and 4.00.” Constraints are important because they help to ensure data integrity.
Constraint
A representation of the entity relationship diagram that uses a three-pronged symbol to represent the “many” sides of the relationship.
Crow’s Foot Notation
The language that allows a database administrator to define the database structure, schema, and subschema.
DDL
The set of commands that allows an end user to manipulate the data in the database, such as SELECT, INSERT, UPDATE, DELETE, COMMIT, and ROLLBACK.
DML
A representation, usually graphic, of a complex “real-world” data structure. ??? ??? are used in the database design phase of the Database Life Cycle.
Data Model
One of three types of nodes used in the Hadoop Distributed File System (HDFS). The ??? ??? stores fixed-size data blocks (that could be replicated to other data nodes).
Data Node
A row in a relational table.
entity instance / entity occurence
A data model that describes relationships (1:1, 1:M, and M:N) among entities at the conceptual level with the help of ER diagrams. The model was developed by Peter Chen.
ERM
A model for database consistency in which updates to the database will propagate through the system so that all data copies will be consistent eventually.
Eventual Consistency