Posts

Showing posts from January, 2017
   SQL Queries Questions and Answers by michael belete on Scribd

What is Data Flow Diagram (DFD)

Image
Data Flow Diagram Symbols. DFD Library Data Flow Diagram Symbols. DFD Library Data Flow Diagrams graphically represent the information transfers and process steps of a system. They visually depict how data are processed by a system in terms of inputs and outputs, how occurs the input in a system, how the data flow through an information system and where they are stored, and how occurs output from the system. DFDs give the overview of the system and models the processes aspects, they are maintained with other methods of structured systems analysis. The main goal of DFDs is achievement of understanding between developers and users. For their construction are used two notations - Gane-Sarson and Yourdon, each of them uses its own set of symbols. Data Flow Diagrams solution from Software Development area extends the ConceptDraw PRO software with templates, samples, and predesigned libraries of data flow diagram symbols for both notations, allowing you

Entity Relationship Diagram

Image
entity-relationship diagram (model) By Vangie Beal An entity relationship model, also called an entity-relationship (ER) diagram, is a graphical representation of entities and their relationships to each other, typically used in computing in regard to the organization of data within databases or information systems. An entity is a piece of data-an object or concept about which data is stored.   Relationships Between Entities A relationship is how the data is shared between entities. There are three types of relationships between entities:   1. One-to-One One instance of an entity (A) is associated with one other instance of another entity (B). For example, in a database of employees, each employee name (A) is associated with only one social security  number (B). 2. One-to-Many One instance of an entity (A) is associated with zero, one or many instances of another entity (B), but for one instance of entity B there is only one instance of