Introduction to Databases CISC 1050. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Computer Concepts BASICS 4th Edition
Access Lesson 2 Creating a Database
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Access Tutorial 1 Creating a Database
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
Table design screen Field name Data type Field size Other properties.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
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
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Software Application
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
Database Lecture # 1 By Ubaid Ullah.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
CS 474 Database Design and Application Terminology Jan 11, 2000.
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining A Database.
Relational Databases (MS Access)
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Microsoft Access You will need a pen/pencil.. What is Microsoft Access? Access is a database management system.  Create a database, add/change delete.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
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. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Planning & Creating a Database By Ms. Naira Microsoft Access.
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.
I NTRODUCTION TO DATABASE By: Afraa Sayah. I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Howard Paul. Sequential Access Index Files and Data File Random Access.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
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:
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Databases Key Revision Points.
Database Management  .
Databases A brief introduction….
Databases and Information Management
Lecture 1 Lecturer: awdang aziz MS access
Microsoft Office Access 2003
Advanced Database Concepts: Reports & Views
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
DATABASE Purpose of database
Microsoft Access Date.
Unit J: Creating a Database
Presentation transcript:

Introduction to Databases CISC 1050

Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s office Verizon IRS …

General Definition A DATABASE is a collection of related data. Data = known facts that can be recorded and have implicit meaning.

Example of a Database

Size of a database Small database example: your personal phone directory Large database example: database of the IRS

DBMS – Database Management System A collection of programs that enables users to create and maintain a database.

MS Access is a DBMS In ACCESS, a DATABASE consists of a collection of tables.

Table A table is defined by its columns, called fields. Each row (or entry) in a table is called a record. A record is the information about a specific person, product, or event.

Starting ACCESS 1.Begin ACCESS 2.Create a blank Database – although a database consists of many files, in Access, each database is viewed as a single file, hence a single icon.

Navigation Pane and Work Area Navigation Pane: On the left you will see a list of the objects in the database (including tables, forms, reports, queries, etc.) Work Area: on the right you have the object you are currently working on.

Defining a TABLE A TABLE is defined by its fields (column headings). 1.Field Name – unique name 2.Data Type – type of info a field can contain. 3.Description – comments about field.

PRIMARY KEY unique identifierEach table must have a primary key which is a unique identifier for each record. Eg. ID number for a student, course number for a course, driver number for a driver, etc.

Two VIEWS of a Table 1.Design View – view the table’s definition, I.e. the fields and their properties. 2.Datasheet View – view the actual records in the table.

Database Design Arranging data into tables and fields. This process can be long and difficult.

Remove Redundancy WHY? Wastes space Updating is difficult Inconsistent data may result