 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.

Slides:



Advertisements
Similar presentations
Database Management Systems and Enterprise Software
Advertisements

Databases. A database program can be used to:  sort a file into a different order  Maintain contact with clients  search through the records for a.
Lecture Microsoft Access and Relational Database Basics.
Mgt 240 Lecture MS Excel and Access: Introduction to Databases September 23, 2004.
Designing a Database Unleashing the Power of Relational Database Design.
Microsoft Access II Information Technology Services User Services User Training & Support.
MS Access 2007 IT User Services - University of Delaware.
MELISSA PICO SUMMER 08 Data Storage & Retrieval: Access instead of Excel.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Database Fundamentals
Objective 5.01: Understand database tables used in business Database Fundamentals.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Introduction to database systems
Lesson 17 Getting Started with Access Essentials
Key Applications Module Lesson 21 — Access Essentials
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Should you choose Excel or Access to manage your data?
Why use a Database B8 B8 1.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
Databases: An Overview Chapter 7, Exploring the Digital Domain.
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.
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
USING ACCESS TO SEGMENT SURVEY DATA. OPEN ACCESS You May Need to Search for the Program You May Need to Search for the Program Access is a Database Access.
CHAPTER 1 – INTRODUCTION TO ACCESS Akhila Kondai September 30, 2013.
Alighieri: Introduction to MS Access 1 What is a Database? RELATIONAL DATABASE A database is an organized collection of information. A database is designed.
DAY 14: ACCESS CHAPTER 1 RAHUL KAVI October 8,
3.1 CSC 102 Introduction to Information Systems Databases.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Database Essentials Lesson 1. Software Orientation.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
DAY # 11 Haifa Abulaiha February 29,
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
1 Finding Your Way Through a Database Exploring Microsoft Office Access.
DATABASE.
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Databases.
MS Access Forms, Queries, Reports Matt Martin
Databases Key Revision Points.
GO! with Microsoft Office 2016
Creating a Database Microsoft Access.
MS Access: Creating Advanced Queries
records Database Vocabulary It can be useful to collect information.
GO! with Microsoft Access 2016
Database Management  .
Databases A brief introduction….
Database Fundamentals
Exploring Microsoft Office Access 2007
What is a Database and Why Use One?
More about Databases.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Database.
Introduction to Databases & SQL
Spreadsheets, Modelling & Databases
Introduction to Access
5.02 Understand database queries, forms, and reports.
Introduction to Databases
Microsoft Access Date.
Databases WOW!! A database is a collection of related data.
Cycle 3: Unit 27 Lessons 104 – 111.
Presentation transcript:

 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.

 A single store of related information.  A table consists of records, and each record is made up of a number of fields.  The primary piece in a database are tables.  Tables contain structured information.

 Tables are made of records.  Each record contains the same structure as every other record.

 Records are made of fields.  A field is a single piece of information with a precise description.

 Require a relational database (multiple tables) to store your data.  Have a very large amount of data (thousands of entries).  Have data that is mostly of the long text string type.  Rely on multiple external databases.  Want to run complex queries.  Have many people working in the database.

 Require a flat or non-relational view of your data.  If that data is mostly numeric or calculated.  Know your dataset is manageable in size.

 Brainstorming without Excel › What information do I need to record? › What information do I want? › Do I need to “break it down?”

 Should I record name or first name and last name.  Who is going to handle data entry? Who is going to fix mistakes?  Possibly with others using the database