3.1 CSC 102 Introduction to Information Systems Databases.

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Computer Concepts BASICS 4th Edition
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
Lecture Microsoft Access and Relational Database Basics.
Database Management An Introduction.
Queries and query design What are queries? Questions that can be asked of the data in the tables. Questions can draw on one or more tables and can have.
Table design screen Field name Data type Field size Other properties.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Page 1 ISMT E-120 Desktop Applications for Managers Introduction to Microsoft Access.
2.3 Organising Data for Effective Retrieval
Introduction to Databases. Data vs. Information u Data – a collection of facts made up of text, numbers and dates: Murray /18/86 u Information.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Unit 18: Database Modelling
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Database Concepts & Introduction to MS Access 1. Outline Database Overview  Database Management System Concepts  Database Structures Database, tables,
ITOM 2308 Introduction to Databases Review Access Database Corporate Case Study ITOM 2308 Class 81.
06/06/06 Microsoft Access The Basics. 06/06/06 The Instructors Allyson Mower, Digital Initiatives, , Alice Weber, Collection.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
IE 423 – Design of Decision Support Systems Data modeling and database development.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
RELATIONSHIPS Generally there are two main database types: flat-file and relational.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
Relational Databases (MS Access)
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
CPSC 203 Introduction to Computers Tutorial 03 & 29 By Jie (Jeff) Gao.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
Databases.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
ITGS Databases.
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Database revision.
Lesson 2: Designing a Database and Creating Tables.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Database Objective Demonstrate basic database concepts and functions.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Microsoft Access Database Creation and Management.
Database design Using Access 2007
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Florida Technical College
Databases Key Revision Points.
records Database Vocabulary It can be useful to collect information.
Database Management  .
Databases A brief introduction….
What is a Database and Why Use One?
What Are Databases? Organized by Dr. Farrokh Alemi PhD
More about Databases.
Introduction to Database Programs
Database Fundamentals
Introduction to Databases
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Introduction to Database Programs
Presentation transcript:

3.1 CSC 102 Introduction to Information Systems Databases

3.2 Data & Information Data –a single piece of information –text, numbers, images, sounds that don’t have mean much Information –meaning given to data, interpreted data Programs –collections of instructions for manipulating data

3.3 Data & Information (cont) Data: –Bill –15000 –10 Information: –Bill makes $15,000 per year and only works 10 months per year

3.4 Database A structured collection of related data about one or more subjects An information set with a structure Refers to computerized systems

3.5 Database Basic Concepts Files –A collection of records related to a subject –E.g.: customer list, product list, price list Record –Information about a single item –E.g.: the product XYZ Field –The individual data item held for each record –E.g.: the product number, name

3.6 Models/Types of Databases Flat files –Simple database structure –all the information is stored in plain text files –one database record per line Relational model –the first formal database model –Data is held in many cross-referenced files –Reduces duplication –Relational database management system (RDBMS)

3.7 Relationships Relations between the entities of the database One-to-many One-to-one Many-to-many (not allowed in Access)

3.8 One-to-many

3.9 Many-to-many

3.10 Benefits of Databases Speed Easiness of use Can store and manipulated lots of data Easy sorting, searching and selecting data Formatting options Sharing of information with others Reduce duplication

3.11 Benefits of Access Works well with other MS products (Excel, Word, PowerPoint, Visio) Easy for beginners –Can start developing db immediately –Familiar look and feel as other MS-windows applications

3.12 Main Components - Access Tables –collect and store data Queries –questions you ask about your data Forms –method of input, edit or view information – record by record Reports –method for viewing and printing information – multiple records (Use Access help for definitions)