Preview

Entity-Relationship Diagram Notes

Satisfactory Essays
Open Document
Open Document
494 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Entity-Relationship Diagram Notes
Introducing the Database
 Data

versus Information constitute building blocks of information produced by processing data reveals meaning of data

 Data

 Information  Information  Good,  Good

timely, relevant information key to decision making decision making key to organizational survival

Database Management
 Database
 End

is shared, integrated computer structure housing: user data
 Metadata

 Database
 Manages
 Controls  Contains

Management System (DBMS)
Database structure access to data query language

Importance of DBMS

• •

Makes data management more efficient and effective
Query language allows quick answers to ad hoc queries Provides better access to more and bettermanaged data




Promotes integrated view of organization’s operations
Reduces the probability of inconsistent data

DBMS Manages Interaction

Database Design
 Importance
 Poor  Poor

of Good Design

design results in unwanted data redundancy

design generates errors leading to bad decisions

 Practical
 Focus

Approach

on principles and concepts of database design of logical design

 Importance

File Terminology
 Data
 Raw

Facts of characters with specific meaning

 Field
 Group

 Record
 Logically

connected fields that describe a person, place, or thing of related records

 File
 Collection

Simple File System

File System Critique
 File

System Data Management

 Requires

extensive programming in thirdgeneration language (3GL)

 Time

consuming ad hoc queries impossible to islands of information

 Makes  Leads

File System Critique (con’t.)
 Data

Dependence

 Change

in file’s data characteristics requires modification of data access programs

 Must

tell program what to do and how

 Makes

file systems cumbersome from programming and data management views

 Structural
 Change

Dependence

in file structure requires

You May Also Find These Documents Helpful

  • Good Essays

    The SELECT statement is the primary means of extracting data from database tables, and allows you to determine exactly which data you want to extract by means of different comparison operators used in the WHERE clause. This includes the use of specific "wild card" characters which allow you to search for character or number patterns within the data. You can also perform mathematical expressions within the SELECT statement to create derived output. The ORDER BY clause allows you to sort the output data in either ascending (the default) or descending order. Lab #5 will explore all of these applications of the SELECT statement.…

    • 1559 Words
    • 7 Pages
    Good Essays
  • Good Essays

    SEQUEL or SQL is a data language that provides benefits for all types of users. SQL’s purpose is to provide an interface to a relational database such as Oracle Database. Dr. Edgar Frank “Ted” Codd introduced the first commercially available implementation of SQL. Today, SQL is accepted as the standard RDBMS language. The features of SQL include processing sets of data as groups rather than as individual units and providing automatic navigation to the data. It uses statements that are complex and powerful individually, and that therefore stand alone. Flow-control statements were not part of SQL originally, but they are found in the recently accepted optional part of SQL. Flow-control statements are commonly known as "persistent stored modules" (PSM), and the PL/SQL extension to Oracle SQL is similar to PSM.…

    • 452 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Describe the advantages afforded by a user-friendly, "intelligent", data-entry screen as opposed to the default screen generated by a Database Management System for a particular application.…

    • 692 Words
    • 3 Pages
    Powerful Essays
  • Satisfactory Essays

    The programs are very concise, which makes it easy even for programmers to obtain solutions. An analyst can execute a query to get the desired information. An analyst can write acceptable web pages with simple HTML and CSS commands. Another advantage of the declarative programming model is that repetitive required code that indicates how to solve things is provided in the computer system behind the scenes. This code can be made highly efficient and can incorporate the best ideas from computing. The declarative language can take advantage of parallel execution in queries, and bulk INSERTs, UPDATEs, and DELETEs.…

    • 337 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    A database language must enable the user to perform complex queries designed to transform the raw data into useful information.…

    • 1917 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    It is a non-standard inquiry. An ad hoc query is created to obtain information as the need arises. Contrast with a query that is predefined and routinely processed.…

    • 314 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    There are many advantages and disadvantages with this type of operating system. There are six advantages which include speed, repetition, accuracy, safety, efficiency, and adaptability. On the other hand, disadvantages include having too many choices, impersonal, hard to decide on an operator, holding times, doesn’t have the precise preference which relates to your query, or even too puzzling for some clients.…

    • 449 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Logical Design

    • 1162 Words
    • 5 Pages

    • The model has query capability; the availability of the powerful, flexible, and simpler in usage capability is a significant reason behind the immense database model popularity.…

    • 1162 Words
    • 5 Pages
    Powerful Essays
  • Better Essays

    Database Comparison Paper

    • 874 Words
    • 4 Pages

    This paper will compare and contrast four different types of database software. The database software that will discuss is the Microsoft Access, SQL, DB2, and Oracle. A database is the most vital system for a company as it stores mission critical information. The continual failure of a company's database system can only lead to the demise of the organization - companies cannot do business without a working system. A database management system , or DBMS, gives the user access to their data and helps them transform the raw data into information. These systems allow users to create, update, and extract information from their databases. Compared to a manual filing system, the biggest advantages of a computerized database system are speed, accuracy, and accessibility. A database is a structured collection of data. Data refers to the characteristics of people, things, and events.…

    • 874 Words
    • 4 Pages
    Better Essays
  • Good Essays

    information system

    • 1242 Words
    • 5 Pages

    In all information systems, data resources must be organized and structured in some logical manner, so that they can be:…

    • 1242 Words
    • 5 Pages
    Good Essays
  • Good Essays

    First normal form (1NF) sets the very basic rules for organized databases. These rules eliminate duplicative columns from the same table and creates separate tables for each group of related data and identify each row with a unique column or set of columns known as the primary key. The basic objective of the first normal form defined by Codd was to permit data to be queried and manipulated using a “universal data sub-language” such as SQL. One of Codd’s important insights was that the structural complexity could always be removed, leading to a much greater power and flexibility in the way queries could be formulated and evaluated.…

    • 505 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Enterprise View of Data

    • 979 Words
    • 4 Pages

    Database design is a process to organize data into a form which matches the underlying data model of the database management system. There are three major types of database management systems: network, hierarchical, and relational. In the network database management systems, which include Honeywell's IDS and UNIVAC DMS-1100, data will be organized into different types of records and can be represented by a data-structure diagram1 (1). In the hierarchical database management systems, which include IBM's IMS, data will be organized into a form similar to but more restricted than the data-structure diagram. In the relational database management systems, (2) data will be organized into a set of tables (or "relations"). In general, to design a database is to decide how to organize data into specific forms (record types, tables) and how to access them. Up to now, there are very few tools available to aid the database design process. Usually, the database designer relies on his own intuition and experience. Thus, the resulting database may not satisfy company's objectives and may cause problems in company's operations.…

    • 979 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    In a large modern enterprise, information is almost inevitably distributed among several database management systems. Despite considerable attention from the research community, relatively few commercial systems have attempted to address this issue. This article describes the technology that enables clients of IBM's federated database engine to access and integrate the data and specialized computational capabilities of a wide range of relational and nonrelational data sources.…

    • 5658 Words
    • 23 Pages
    Powerful Essays
  • Good Essays

    Use And Maintain It

    • 4626 Words
    • 24 Pages

    Upskill Central Using Information Technology Access and Maintain the Use of Information Technology This page is intentionally Blank Access and Maintain the Use of Information Technology Candidate’s Name ___________________________________________________ This page is intentionally Blank Contents Gain authority to use IT equipment when required 7 The reasons why authority may be needed to access IT equipment 7 The relevant content of applicable regulations 7 Regulations can include: 7 Legislation can include: 8 Health & Safety at Work Act 1974 8 Display Screen Equipment Act 1992 8 Data Protection Act 1984 8 Copyright, Designs and Patents Act 1988 8 Control of Substances Hazardous to Health ( COSHH ) 8 Enter the IT equipment system 9…

    • 4626 Words
    • 24 Pages
    Good Essays
  • Powerful Essays

    CIS Database Notes

    • 7764 Words
    • 48 Pages

    Answer from BDS: A shared collection of logically related data and descriptions of that data, designed to meet the needs of na organization.…

    • 7764 Words
    • 48 Pages
    Powerful Essays