Database Concepts & Introduction to MS Access 1. Outline Database Overview  Database Management System Concepts  Database Structures Database, tables,

Slides:



Advertisements
Similar presentations
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
M.S. Access Module CAS 133 Russ Erdman. M.S. Access Module Assignment Overview Two options for the unit: All students complete Units A, B and C In class.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Access Tutorial 1 Creating a Database
McGraw-Hill Technology Education© 2004 by the McGraw-Hill Companies, Inc. All Rights Reserved. Introduction to Microsoft Office 2003.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Transaction Processing Systems, & Management Information Systems.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Data type – determines the type of data and range of values that can be entered in a field.
Database terms Mr. Brunton.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
MS Access Tutorial MGMT 683 J. Rees. Introduction MS Access is a relational database management system (RDBMS) Other PC-based RDMBS include: –MS FoxPro.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
FIRST COURSE Access Tutorial 1 Creating a Database.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2010.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
ITOM 2308 Introduction to Databases Review Access Database Corporate Case Study ITOM 2308 Class 81.
Management Information Systems DBMS MS Access 2010 By: Mr. Imdadullah Lecturer, Department of M.I.S. College of Business Administration, KSU
Introduction to SQL Steve Perry
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Databases. Database A database is an organized collection of related data.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
**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.
IE 423 – Design of Decision Support Systems Introduction to Data Base Management Systems and MS Access.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
5 Aug Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
CPSC 203 Introduction to Computers Tutorial 03 & 29 By Jie (Jeff) Gao.
Microsoft ® Office Access ™ 2007 Training Datasheets I: Create a table by entering data ICT Staff Development presents:
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
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.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
What is Microsoft Access? Microsoft Access is a relational database management system (DBMS or RDBMS). At the very core, it is a software “engine” that.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
Using Microsoft Access 56:150 Information System Design.
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2007.
Microsoft Access 2000 Presentation 1 The Basics of Access.
® Microsoft Office 2013 Access Creating a Database.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
Ch. 101 Database Management An Introduction to Databases.
Part 4 November 15,  Click MS Access 2013  On the MS Access Screen Pane, select Blank Database  Create a name that will reserve as your file.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Database design Using Access 2007
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Microsoft Access Prepared by the Academic Faculty Members of IT.
1 CPE 332 Introduction DBMS: Relational Database Managment Systems Instructor:Suthep Madarasmi, Ph.D. ดร. สุเทพ มาดารัศมี
3.1 CSC 102 Introduction to Information Systems Databases.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
1 Finding Your Way Through a Database Exploring Microsoft Office Access.
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Database Management  .
Microsoft Office Illustrated Introductory, Windows XP Edition
Chapter 3 Database Management
Presentation transcript:

Database Concepts & Introduction to MS Access 1

Outline Database Overview  Database Management System Concepts  Database Structures Database, tables, records, fields MS Access Overview  Creating a Database  Database Objects  Creating a Table  Using a Database 2

Converting Data to Information 3

Converting Data to Information,…

Converting Data to Information, … 5 10

Relational Database Management System (RDBMS) Components DBMS  the software that permits an organization to centralize data, manage them efficiently, and provide access to the stored data 6

Database RDBMS Components, cont… Database  a collection of data organized in storage centrally to serve many applications efficiently User SSN: Name: Position: SAVE Employee DB NFL DB Orders DB Student Registration DB etc… 7

RDBMS Components, cont… Relational Model  a collection of related tables NFL Database Player Owner Team 8

NFL Database Player Owner Game Team Statistics What info would we need to store about NFL players? 9

Tables Table - a collection of related records Record - a group of related fields  Represents all information about one object Field - a characteristic or attribute of interest NFL DB Players Owners Games Teams Statistics 10

Primary Key Field that uniquely identifies each record in a table.  Concatenated/Compound/Composite 11

Field Data Types (in MS Access) Text (short or long) Number Date/Time Currency AutoNumber Yes/No OLE Object Attachment Hyperlink… 12

Example Table Table Name: _______________ ____ Records:each record represents one movie ____ Fields:each field stores a fact (characteristic) about a movie ____ Primary Key: which field uniquely identifies a record? (i.e no Duplicates…ever!) What data types would you use for each field above? TitleTypeRatingStarsMovieIdCo.Year The Untouchables Action PG MGM1991 Far and Away Drama PG31212PMT1991 Lion King Family G DIS1993 Twister Action PG PMT

MS Access Desktop RDBMS Graphical User Interface Part of Office 2013 Professional Can also "access" data in other RDBMS systems:  MS SQL Server, Oracle, MySQL, … Can also "access" data in other non- RDBMS systems:  Excel 14

MS Access Common Database Objects Tables Forms Queries Reports 15

Creating a new Access Database 16 Previously-opened db's will be listed here Click here to create a new database

Creating a new Access Database, cont… 17 Change file name to mis1305.accdb Click on folder; Save db to mis1305_ access folder on desktop (folder not shown here) Click here to create the db

MS Access 2013 Interface 18

Creating a Table Create the Movies table on previous slide  Create Table  Define field names and data types  Identify primary key  SAVE  Enter data Filter data Sort data Formatting table 19

Printing Tables 2 options  File (ie, Office Button) | Print  Select All | Copy | Paste into Word 20

Using a Database Open & Use Existing Database with data Create New Database  Import existing data Excel Access  Link to existing data Excel Oracle 21