Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
Data Design The futureERD - CardinalityCODINGRelationshipsDefinition.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
3-1 Chapter 3 Data and Knowledge Management
Table design screen Field name Data type Field size Other properties.
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Management Information Systems MS Access 2003 By: Mr. Imdadullah Lecturer, Department of M.I.S. College of Business Administration, KSU.
Computer Science & Engineering 2111 Introduction to Database Management Systems Relationships and Database Creation 1 CSE 2111 Introduction to Database.
Database Relationships Objective 5.01 Understand database tables used in business.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Database Relationships Objective 5.01 Understand database tables used in business.
Page 1 ISMT E-120 Desktop Applications for Managers Introduction to Microsoft Access.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Database Design Concepts
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
PHP Programming with MySQL Slide 8-1 CHAPTER 8 Working with Databases and MySQL.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
1 Chapter 1 Overview of Database Concepts. 2 Chapter Objectives Identify the purpose of a database management system (DBMS) Distinguish a field from a.
Concepts and Terminology Introduction to Database.
IE 423 – Design of Decision Support Systems Data modeling and database development.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
RELATIONSHIPS Generally there are two main database types: flat-file and relational.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
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.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Relational Databases (MS Access)
Databases. Not All Tables Are Created Equal Spreadsheets use tables to store data and formulas associated with that data The “meaning” of data is implicit.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
1 Outline  What is a Primary Key?  AutoNumber primary keys  Single-field primary keys  Composite-field primary key  About Foreign Keys  Database.
Chapter 1Introduction to Oracle9i: SQL1 Chapter 1 Overview of Database Concepts.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Part II. Query Types On the design query table pane, right click and the cascading window will appear.
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
Windows Database Applications CIS 341 Chapter 4. Objectives Related tables Format Data Grid Parent retrieval Child retrieval Bound and unbound controls.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Database revision.
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
Relational Theory and Design
Lesson 2: Designing a Database and Creating Tables.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
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.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
Microsoft Access Database Creation and Management.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
Understand Relational Database Management Systems Software Development Fundamentals LESSON 6.1.
Howard Paul. Sequential Access Index Files and Data File Random Access.
Database Relationships Objective 5.01 Understand database tables used in business.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Hoi Le. Why database? Spreadsheet is not good to: Store very large information Efficiently update data Use in multi-user mode Hoi Le2.
1 Access Lesson 1 Understanding Access Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Database Management  .
Access Lesson 1 Understanding Access Fundamentals
Databases and Information Management
Databases and Information Management
Microsoft Access Date.
Presentation transcript:

Access Review

Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports relational database Objects under DB window: tables, queries, forms, and reports Normal and design views of each object Functions of each object in DB window Tables store information in records and fields Each record is a collection of information about one specific thing, records stored in rows

Access Fields are categories of specific information stored in columns Table in a design view has two panes: Field pane and Field Properties pane A query is a question you ask about the data stored in your tables or request you make to perform an action on the data Select query retrieves records from one or more tables using criteria that you specify An action query makes changes in the DB to records that meet the criteria that you specify

Access Form is an object designed and used for data input and/or display, one record at a time Report is an object designed and used for formatting, calculating, summarizing and printing selected data

Establishing Table Relationships Fields that contain common values relate two tables Primary key: field that contain a unique values can be chosen to be primary key in a table Foreign key is a field in the related table that matches a primary key in the primary table The primary table is the table in which the link field is the primary key

Types of Relationships After you decide to relate tables in a DB, you define the kind of relationships you want to establish A one-to-one relationship means that any record in the primary table can have one related records A one-to-many relationship means that any record in the primary table can have more than one related record in the related table. For example, instructor can teach many classes, but each class is taught by only one instructor A many-to-many relationship means each table can have many related records. For example, a student is enrolled in many classes and each class has many students

Tables’ Schema in a Database If we had a DB with these two tables in it, table’s schema would be: Class Student Class_ID Student_ID Student_ID Last_name Instructor_name Middle_name Grade Last_name Phone_number Primary key: Class_ID Primary key: Student_ID

Entity Relationship Diagram Student Class Takes_these