Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

Chapter 12 File Processing and Data Management Concepts
Management Information Systems, Sixth Edition
ETEC 100 Information Technology
Chapter 3 Database Management
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
Organizing Data & Information
3-1 Chapter 3 Data and Knowledge Management
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
1004INT Information Systems Week 10 Databases as Business Tools.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Attribute databases. GIS Definition Diagram Output Query Results.
Databases and Database Management Systems
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
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.
Systems analysis and design, 6th edition Dennis, wixom, and roth
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
ASP.NET Programming with C# and SQL Server First Edition
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
Physical Database Design Chapter 6. Physical Design and implementation 1.Translate global logical data model for target DBMS  1.1Design base relations.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Chapter 6.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Relational Databases (MS Access)
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Key Applications Module Lesson 21 — Access Essentials
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.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
ACCESS CHAPTER 4 Tables and Queries Learning Objectives: Define table structure Enter data into a table Alter table structure Set a table’s field properties.
Databases Shortfalls of file management systems Structure of a database Database administration Database Management system Hierarchical Databases Network.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
+ Information Systems and Databases 2.2 Organisation.
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Concepts 2440: 180 Database Concepts Instructor:
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Database Management Systems (DBMS)
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Object storage and object interoperability
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Fundamentals of Information Systems, Sixth Edition
DATABASE CONCEPTS A database is a collection of logically related data designed to meet the information needs of one or more users Data bases are store-houses.
Databases and Information Management
Chapter 5 Data Resource Management.
Databases and Information Management
DATABASES WHAT IS A DATABASE?
The ultimate in data organization
Unit – V Data Controls.
Presentation transcript:

Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...

Flat file systems: organisation Hierarchical schema – Files – Records – Fields – Key fields – Characters

Relational databases: organisation Logical schema: – Entities – a specific category of data about which a database needs to store data e.g. Definitions table is an entity, Topic Area is an entity – Attributes – a property of an entity e.g. Terms is an attribute of the Definitions table – Relationships – the way in which entities in the database are related to each other Tables are the implementation of entities and consist of attributes and records.

Views of the database Different views have different purposes: – Tables (entities) – hold data in rows and columns Rows are called TUPLES Columns are attributes – Forms – set up for data entry – Queries – allow for questions to be asked of the database – Reports – allow for summaries and records to be extracted from the database in various ways for various purposes

Views of the database: Table view Form view

Views of the Database Query view Report view

Data entry screens A data entry screen is one that has been designed for a specific application. It is usually a form. It may include such items on the screen as: – Drop down/List boxes – for example, containing Country – Option buttons – for example, choosing Male or Female – Dynamic update of boxes based on previous selections – for example, when you select a customer, it only displays orders that only that customer has placed – Buttons on the screen specific to the application – Specific searches as required by the application

Reports and queries Every system is designed from the point of view of information requirements – what information does the user want to get from the system? There are two aspects of a database that produce information – Queries and Reports. – Queries – questions you can ask of the database. These need to be tailored to the specific requirements of the user. – Reports – displaying information in a presentable and understandable format – possibly with a view to printing. Each must be designed in conjunction with the user and the end requirements.

Queries Query by example These allow criteria to be typed and a filter to be applied to exclude unwanted data. Query storage Queries can be static or dynamic. Static queries are stored with the database and do not change. They are used frequently. Dynamic queries are those that have their criteria changed frequently. Usually they are adapted from a general query. Complex queries These are queries with more than one parameter (criteria). Use of: – AND, OR, NOT – For example: Name is SMITH and lives in ASHFORD

Queries: SQL Queries can be used to retrieve information from a database through the use of a structured query language (SQL). SQL commands include: – SELECT (field or fields) – FROM (table/s) – WHERE (operators – relational and logical) – ORDER BY (sort)

Data modelling: databases Schematic diagrams (ERD) – map entity types, the relationships between them and the characteristics of the relationships between entity types Normalisation – reduces data redundancy by ensuring that each table can be edited and manipulated separately – INF and DKNF

Modelling: data dictionaries A data dictionary contains descriptions of, and other information about, the structure of the data held in a database (metadata) It contains information about the tables: – Minimum is: fieldname, data type, size, description. May also include keys, indexes, joins, referential integrity etc. It contains information about the database itself: – Permissions and users The data dictionary should be stored as a table in the database. (It is usually hidden from view!)

DBMS A database management system (DBMS) is a piece of software that is used for the creation, control, access and management of a database. The DBMS acts as an interface between the database (raw data) and the application programs that use the database. Microsoft Access, Dbase and File Maker Pro are examples of database management systems available for microcomputers. The major function of the DBMS is to handle access to the database, that is, storage and retrieval of data. The DBMS is a shell – data is added to the database when the shell has been set up. Mac To end show: On a, press ESC. On a PC, close this window.