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.
Computer Concepts BASICS 4th Edition
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.
Chapter 6 UNDERSTANDING AND DESIGNING QUERIES AND REPORTS.
Chapter 3 Database Management
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
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.
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
Introduction to Database Systems
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
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.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
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.
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.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
Database revision.
Access Chapter 3-Obtaining Answers to Your Data Questions.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
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.
Digital Planet: Tomorrow’s Technology and You Chapter 7 Database Applications and Privacy Implications Copyright © 2012 Pearson Education, Inc. publishing.
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.
DATABASE MANAGEMENT SYSTEM.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Microsoft Access Database Creation and Management.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Microsoft Access By Ritesh Sharma. Introduction Microsoft Access is a desktop database program that enables you to enter, store, analyze,and present data.For.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Lesson 23 Managing and Reporting Database Information
Database Systems Unit 16.
Access Maintaining and Querying a Database
Database Management  .
Database Vocabulary Terms.
What is a Database and Why Use One?
Lessons Vocabulary Access 2016.
Spreadsheets, Modelling & Databases
Introduction to Access
Lesson 24 Managing and Reporting Database Information
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
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 criteria. 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 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 by 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.