MIS 134 - Database Tables. Database Concepts flat file databasesflat databases Simple databases store information in only one table. These simple databases.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Computer Concepts BASICS 4th Edition
Access Tutorial 1 Creating a Database
Access Lesson 2 Creating a Database
Microsoft Access 2003 Introduction To Microsoft Access 2003.
Chapter 3. 2 Chapter 3 - Objectives Terminology of relational model. Terminology of relational model. How tables are used to represent data. How tables.
Access Tutorial 1 Creating a Database
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Microsoft Access Intro Class 1 Database Concepts.
Access Lesson 2 Creating a Database
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Lecture 2 The Relational Model. Objectives Terminology of relational model. How tables are used to represent data. Connection between mathematical relations.
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Office Access 2003 Số tiết: 30 tiết lý thuyết 60 tiết thực hành Giáo viên: Từ thị Xuân Hiền.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
® Microsoft Access 2010 Tutorial 1 Creating a Database.
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
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.
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
Key Applications Module Lesson 21 — Access Essentials
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Chapter 17 Creating a Database.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Microsoft Access 2000 Presentation 1 The Basics of Access.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
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.
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.
Microsoft Access Database Creation and Management.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
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.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
ACCESS LESSON 1 DATABASE BASICS VOCABULARY. BACKSTAGE VIEW A menu of options and commands that allows you to access various screens to perform common.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Database Concepts and Applications in HRIS
Microsoft Office XP Illustrated Introductory, Enhanced Started with Access 2002 Getting.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Microsoft Access 2013 ®® Case Study Creating a Database.
Tutorial 1 Creating a Database
New Perspectives on Microsoft Access 2016
Microsoft Office Access 2010 Lab 1
GO! with Microsoft Office 2016
GO! with Microsoft Access 2016
Access Creating a Database
Access Creating a Database
Microsoft Access 2016 Lesson 1.
Case Study Creating a Database
Presentation transcript:

MIS Database Tables

Database Concepts flat file databasesflat databases Simple databases store information in only one table. These simple databases are often called flat file databases, or just flat databases. multiple related tables relational databases More complex database programs, such as Access, store information in multiple related tables, thereby creating what are referred to as relational databases

Database Concepts Tables are one of the types of database objects you work with in Access. Other types include forms, queries, reports, macros, and modules. Of these object types, only tables are used to store information. The others are used to enter, manage, manipulate, analyze, retrieve, or display the information stored in tables – to make the information as accessible and therefore as useful as possible

Database Concepts In its most basic form, a database is the electronic equivalent of an organized list of information. – Typically, this information has a common subject or purpose, such as the list of employees

Database Concepts This list is arranged in a table of columns and rows – Each column represents a field a specific type of information about an employee: last name, first name, hire date, and so on – Each row represents a record all the information about a specific employee Storing the information in a database, has the following advantages: – It takes up far less space – It costs less to reproduce and distribute – If the database is designed correctly, the information can be retrieved in many ways store informationquickly retrieve exactly the information The real power of a database isn’t in its ability to store information; it is in your ability to quickly retrieve exactly the information you want from the database

Intuitive Database Design Let us take a look at a simple invoice. By inspecting the individual data items on the invoice, the following main subjects can be derived: – Customer (who orders products) – Products/Services (ordered by the customer) – Company (which sells the products) The database design process transforms user-perceived objects (like an invoice) into conceptual database objects (like Customer, Products, Company tables) and ultimately into physical database objects

Financial Information Customer Information Company Information Services Ordered Products Ordered

The Relational Model Relational model defines data structure – the way data can be represented => data structure data integrity – the way data can be protected => data integrity data manipulation – the operations that can be performed on data => data manipulation A relation is defined as a table of columns (attributes) and rows (tuples) – The definition specifies what will be contained in each column of the table, but it does not include data. – When you include rows of data, you have an instance of a relation. However, a relation has some very specific characteristics that distinguish it from other rectangular ways of looking at data – flat file or a spreadsheet

The Relational Model Column Characteristics: – A name that is unique within the table – The values in a column are drawn from only one domain – Columns are subject to domain constraints Besides the data type (such as integer or Date/Time, for example), other domain rules may be created for particular columns Row Characteristics: – Only one value at the intersection of a column and a row. A relation does not allow multivalued attributes – There are no duplicate rows in a relation (Uniqueness) – Rows in a relation are unordered. – A primary key is a column or combination of columns that uniquely identifies each row

Create Database

Default Database Folder

Options => Object Designers => AutoIndex on Import/Create

Status bar Across the bottom of the program window, this bar displays information about the current database and provides access to certain program functions. At the right end of the bar is the View Shortcuts toolbar, which provides convenient buttons for switching the view of the active database object

CREATE Buttons representing commands related to creating database objects are organized on the Create tab in six groups: Templates, Tables, Queries, Forms, Reports, and Macros & Code. Double-clicking the active tab hides the ribbon’s button groups and provides more space for the current database object

Database Tables Tables are the core database objects. – Their purpose is to store information. – The purpose of every other database object is to interact in some manner with one or more tables. A database can contain thousands of tables, and the number of records each table can contain is limited more by the storage space available

Datasheet view displays the table’s data in columns (fields) and rows (records). The first row contains column headings (field names)