MSIS 2103 Midterm Exam 2
Entity relationship diagram - -shows the relationships between the tables in a database
Primary key - -a unique identifier of every row or record in the table
Record primary key - -normally assigned sequentially by the database as a new record
is input into the table
Relational database can have - -one to one relationship or a one to many
Metadata - -defines what can go into a particular field and how it has to be formatted
Database management system (DBMS) - -a software that is used to create a database,
define fields formatting, define database business rules, and modify the database
structure
Enterprise system - -have a single database and each application accesses the same
database
Enterprise Resource Planning (ERP) system - -often used by businesses that
manufacture products
Customer relationship management (CRM) - -Service companies and sales companies
often use CRM systems
Supply chain management (SCM) - -Companies that are involved in logistics and
distribution would often use an SCM
Distributed file system (DFS) or nosql database - -server-based system that allows for
massive amounts of data
A relational database cannot have a many to many relationship between entities. - -
False
Because a properly designed relational database only has single data entry, variables
that can be calculated are not in the database. - -False
The DBMS is used to create database business rules - -True
A manufacturing company that uses an enterprise information system will likely use - -
ERP
Heuristics are - -qualitative methods that are experience based
MSIS 2103