Database Management Systems and Enterprise Software

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Database Management Systems and Enterprise Software
Lesson 30: Maintaining a Database. Learning Objectives After studying this lesson, you will be able to:  Change the layout of a table by adjusting column.
Data Types and Field Properties 5.01 Understand database tables used in business.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database.
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
Access Chapter 3-Obtaining Answers to Your Data Questions.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
Databases Letts Chapter 11. A database program can be used to:  sort a file into a different order;  search through the records for a matching string.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Microsoft Access Database Creation and Management.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
The purpose of a CPU is to process data Custom written software is created for a user to meet exact purpose Off the shelf software is developed by a software.
1 Finding Your Way Through a Database Exploring Microsoft Office Access.
8.1 Database Concept Revolution of Information Management
IST 220 – Intro to Databases
MS Access Forms, Queries, Reports Matt Martin
GO! with Microsoft Office 2016
Lesson 23 Managing and Reporting Database Information
Introduction to Database Systems
Database Management Systems
Fundamentals of Information Systems, Sixth Edition
Database Systems Unit 16.
GO! with Microsoft Access 2016
Chapter Ten Managing a Database.
Microsoft Office Illustrated Fundamentals
Introduction to Database Systems
Database Management Systems
Access Maintaining and Querying a Database
Database Management  .
Databases.
Database Vocabulary Terms.
RELATIONAL DATABASE MODEL
Databases and Information Management
What is a Database and Why Use One?
Data Resource Management
Lessons Vocabulary Access 2016.
Databases and Information Management
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
Introduction to Access
Lesson 24 Managing and Reporting Database Information
DATABASES WHAT IS A DATABASE?
The ultimate in data organization
Data Resource Management
Chapter 3 Database Management
Grauer and Barber Series Microsoft Access Chapter One
BUSINESS COMPUTER TECHNOLOGY
Cycle 3: Unit 27 Lessons 104 – 111.
Assignment 3 Querying and Maintaining a Database
Presentation transcript:

Database Management Systems and Enterprise Software lesson 16 Database Management Systems and Enterprise Software

This lesson includes the following sections: Databases and Management Systems Working with a Database Enterprise Software

Databases and Database Management Systems The Difference between Databases and DBMSes Database Basics DBMSes Basics

Databases and Database Management Systems The Difference between Databases and DBMSes A database is a repository for collections of related data or facts. A database management system (DBMS) is a software tool that lets users add, view, and work with the data in a database. Large databases and DBMS’ are commonly used by companies, but many productivity applications are built around database concepts.

Databases and DBMSes - Database Basics Databases use three main structures for organizing data: Fields, which store various pieces of data related to a single entity. Records, or collections of fields relating to an entity. Tables, which are collections of related records. The two primary types of databases are flat-file databases (with only one table) and relational databases (with multiple, related tables).

Field Record

PROFESSIONAL ADDRESS BOOK Table

Databases and DBMSes - DBMS Basics A DBMS allows users to access and manage the data collected in a database. Data management tasks (all done through the DBMS) can be divided into three categories: Entering data into the database. Sorting (rearranging) the data in the database. Obtaining subsets of the data for use.

Working With a Database Creating Database Tables Viewing Records Sorting Records Querying a Database Generating Reports

Working With a Database – Creating Database Tables The first step in building a database is to create its tables. This means identifying, naming, and organizing its fields to receive data. Databases can store the following types of fields: Text Logical Numeric Date/Time Memo Binary Counter

Working With a Database – Creating Database Tables You can create forms that let you view and enter data for one record at a time. Database tools such as masks can validate data as it is entered and thus ensure the data is in the correct format.

Working With a Database - Viewing Records A filter is a tool that lets you view records that match a given criterion. Filters are helpful when searching for certain types of information in a large database with many records. A form can work with a filter, but enables you to view information about a single record.

Working With a Database - Sorting Records Sorting means arranging the records in a database. A DBMS enables you to sort records alphabetically, numerically, and chronologically. You can sort records in ascending (A-Z) order or descending (Z-A) order.

Working With a Database - Querying a Database A query is a statement you define, which tells the DBMS to find records that match criteria you specify. Modern DMBS software provides built-in querying tools, based on one or more of the following languages: SQL (Structured Query Language) Query by Example (QBE) Xbase

Working With a Database - Generating Reports A report is a subset of information from a database, produced in printed form. You can generate the data for a report by using a query, filter, or other tools. Reports can be formatted in a wide variety of ways.

Enterprise Software Enterprise software is a large-scale application based on a DBMS, used by a large organization. Enterprise software can meet the needs of many different users in different locations. In an enterprise, different users have different interfaces to the database, so they can work only with the data they need.

lesson 16 review Define the terms database and database management system (DBMS). List three tasks that a DBMS enables users to do. Differentiate between flat-file databases and relational databases. List three steps needed to create a database. Explain the purpose of filters and forms. List three examples of query languages.