+ Information Systems and Databases 2.2 Organisation.

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

What is a Database By: Cristian Dubon.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Management Information Systems, Sixth Edition
Management Information Systems, Sixth Edition
ETEC 100 Information Technology
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
Chapter 17 Designing Databases
Organizing Data & Information
The Relational Database Model:
3-1 Chapter 3 Data and Knowledge Management
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Attribute databases. GIS Definition Diagram Output Query Results.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
CORE 2: Information systems and Databases HYPERTEXT/ HYPERMEDIA.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
The Relational Database Model
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9.1.
DATA MODELLING TOOLS FOR ORGANISING DATABASES. For a database to be organised and logical, it must be well-designed and set out. In such cases, the databases.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Management Information Systems By Effy Oz & Andy Jones
Concepts and Terminology Introduction to Database.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
Relational Databases (MS Access)
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Information Systems & Databases 2.2) Organisation methods.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
Fanny Widadie, S.P, M.Agr 1 Database Management Systems.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Chapter 13 Designing Databases Systems Analysis and Design Kendall & Kendall Sixth Edition.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Lesson 2: Designing a Database and Creating Tables.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
IS 320 Notes for April 15, Learning Objectives Understand database concepts. Use normalization to efficiently store data in a database. Use.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 9 Designing Databases 9.1.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
GO! with Microsoft Office 2016
Databases Chapter 16.
Fundamentals of Information Systems, Sixth Edition
Introduction to Information Technology
GO! with Microsoft Access 2016
Chapter 4 Relational Databases
Database Management  .
Databases A brief introduction….
Chapter 9 Designing Databases
MANAGING DATA RESOURCES
Databases and Information Management
DATABASES WHAT IS A DATABASE?
Database Design Chapter 7.
Presentation transcript:

+ Information Systems and Databases 2.2 Organisation

+ Organisational Methods Organising is the process of arranging, representing and formatting data. Computer based databases have several advantages over non- computer based databases: Easily edited. Large storage. Fast retrieval. Display options.

+ Flat File Databases A Flat-file database organises data into a single table and is suitable for many small applications. They are divided into: File is a block of data. Record is a collection of facts about a specific entry in a database. Field is a specific category in a database. Character is the smallest unit of data used.

+ Flat File Databases…Cont. Keys are fields that are used to sort and retrieve information. Single Key is a field in which each item of data is unique. Composite Key is made by joining two or more fields together. Primary Key is a single key that must have a value. Secondary Key contains items of data.

+ Relational Databases A Relational Database organises data using a series of related tables. Relationships are built between the tables to provide a flexible way of manipulating and combining data.

+ Schema A Schema is the data definition for a database. It is an organised plan of the entire database showing how and where the data is found, descriptions of the data, and the data’s logical relationships. In a relational database, the schema defines the entities, attributes and relationships.

+ Schema…Cont. Entity: Is a specific thing about which information is collected and stored. Attribute: Is a defined property of an entity. Relationship: Is the way entities are related to each other. One to one. One to many Many to many. Foreign Key: is an attribute of a table that is a primary key of another table.

+ Tables & Forms Information about an entity is displayed in a table. A Table is the organisation of data into columns and rows. Data is viewed for different purposes using forms. A form is used to view, enter and change data in a table.

+ Data Modelling & Data Dictionaries Data modelling is the process of identifying entities, the relationships between those entities and attributes of those entities. It is used to develop a schema for a database. Data dictionaries are a comprehensive description of each field in a database. It contains Metadata, which is information about the data.

+ Schematic Diagrams Schematic Diagrams are graphical tools that help define that database and develop a schema. A common schematic diagram is the entity-relationship diagram. The ERD is a graphical method of identifying the entities and showing the relationships between them. It helps to determine what data should be included or excluded from the database.

+ Normalisation Normalisation is the process of organising data into tables so that the results of using the database are unambiguous and as intended. It is a refinement that helps reduce data redundancy. The degree of Normalisation is defined in terms of forms: First Norm Form (1NF). Domain Key Normal Form (DKNF).

+ Hypermedia & Hypertext Hypermedia is a combination of media whose locations are linked electronically to provide an easy way of navigating between them. Hypertext is a system that allows documents to be cross- linked in such a way that the user can move from one document to the next by simply clicking on a link.

+ Uniform Resource Locator A URL A (Uniform Resource Locator), is the address of a file or resource on the internet. In most cases the protocol will be It will consists of: Protocol. – Transfer method used Domain Name –Address of the specific computer File Path – Full path to the file to be retrieved.

+ Storyboard Storyboard is a series of frames, each representing a different action or screen image. It is a tool used to organise hypermedia. There are four storyboard types: Linear. Hierarchical. Non-linear. Combination.

+ HTML Web pages are created using HTML (Hypertext Markup Language). An HTML editor is software that specialises in writing HTML code.