Posts

Image
Writing SQL Queries: Let's Start with the Basics   Jackie Goldstein Renaissance Computer Systems November 2005 Summary: Learn to be more productive with SQL Server 2005 Express Edition with this quick introduction to the T-SQL language and the basics of getting information from the database using the SELECT statement. Introduction Fetching Data: SQL SELECT Queries Conclusion References Introduction With the availability of ever more powerful programming tools and environments such as Visual Basic and Visual Studio.NET, as well as the availability of powerful database engines such as the free SQL Server 2005 Express Edition, more and more people find themselves having to learn the basics of SQL queries and statements. Sometimes they are professional developers who are experienced in other types of programming, and sometimes they are individuals whose expertise lies in other areas, but they suddenly find themselves programming database applications for fun ...
   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 on...
Image
ALL AROUND THE WORLD
Image
HOW TO DRAW A DATA-FLOW DIAGRAM (DFD)