HI-410 Exam 2 Flashcards
(98 cards)
Comma-separated values (CSV)
-A flat file database format where fields are delimited by a comma.
-Might include the variable names in the first row.
Flat File
-Text file, usually delimited by a comma or tab, with one record found on each row.
- It has only one table of data.
-An example: if a practice manager wished to track the number of records coded by each employee, then this is sufficient.
Relational Databases
-Data with a common purpose, concept, or source are arranged into tables
- Structured in a way that helps ensure data integrity.
Relational Databases are
-Displayed in an entity relationship diagram (ERD). ERD visually illustrates the relationship between different entities such as patients and items.
- ERD may be used in industries such as engineering, business, and healthcare.
How are relational databases structured?
1.) Primary Key,
2.) Foreign Key 3.) Cardinality
Primary Key
Uniquely identifies the row in the database.
Foreign Key
Is a variable in one table that is a primary key in another table
Entity Relationship Diagram (ERD)
Visually illustrates the relationship between different entities such as patients and items.
Cardinality
Represents the relationship between the two tables
Object-oriented
-Designed to handle data types beyond text and numbers,
-May be used to store images or videos.
-Stores two types of information about the object.
- The first element is the data itself (audio clip, image, video file, and such). -The second element stored describes how to use the data and is called the method.
Hierarchical databases
Common in EHRs, has patient-child relations and great for maternity wards.
Data dictionary
A tool that provides metadata, or data about data, to support and adopt more consistent use of data elements and terminology. to improve the use of data in reporting
What does the data dictionary provide?
Provides standardization to promote clearer understanding and promotes consistent and efficient use of information
SQL (Structured Query Language)
Programming language that is used to manipulate data in a relational database.
How can Structured Query Language(SQL) be used?
1.) Is a client/server language. Personal computer programs use this to communicate over a network with database servers that store shared data.
2.) A database programming language. Programmers embed these commands into their application programs to access the data in a database.
3.) An Internet data access language. Internet web servers that interact with corporate data and Internet application servers all use this as a standard language for accessing corporate databases.
Entity Relationship Diagram(EDR)
-“A specific type of data modeling used in conceptual data modeling and the logical-level modeling of relational databases
-Visually illustrates the relationship between different entities such as patients and items
DBMS (database management system)
Provides a method for adding, updating, or deleting data and also supports methods for extracting data for various purposes to support organizational decision-making
Examples of DBMS
-Microsoft Access
-Microsoft SQL Server
-Oracle
-MySQL
-PostgreSQL
Data Flow Diagram
The conceptual data model may be mapped using a context-level data flow diagram, which maps out the database’s boundary and scope.
- The conceptual data model may be mapped using
a context-level data flow diagram
Diagram 0
Expands on the context diagram and adds details regarding the tables and their relationships.
Data warehouse
-Stores large amounts of data (important aspects) for decision support databases.
-To have one you have to have a common verbage. Everyone has to use the same verbiage.
Normalized tables
Reduce redundancy and improve data integrity by organizing data into related tables.
One-to-One Relationship
A record in Table A corresponds to one record in Table B.