Database1 Database Creation and Management. About Database Development…. The course is not designed to train you as an IT specialist……. It is not about.

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

Computer Concepts BASICS 4th Edition
Microsoft Access 3 Database Creation and Management.
The Database Environment
IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.
Chapter 1: The Database Environment
The Relational Model Chapter Two DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 6 th Edition.
Microsoft Access 3 Database Creation and Management.
ETEC 100 Information Technology
© 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke
CSCI 260 Database Applications Chapter 1 – Getting Started.
Microsoft Access 1 Database Creation and Management.
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
Fundamentals of Relational Database Yong Choi School of Business CSUB, Bakersfield.
1 IS380 Class Agenda 01/11/05 Sock H. Chung 1.Syllabus 2.Chapter 1 3.Introduction 4. Request.
CSCI 150 Database Applications Chapter 1 – Getting Started.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Getting Started (Excerpts) Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Chapter 1: The Database Environment and Development Process
Getting Started Chapter One DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 5 th Edition.
Getting Started Chapter One DATABASE CONCEPTS, 7th Edition
Chapter 1: The Database Environment
Microsoft Access 1 Database Creation and Management.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Getting Started Chapter One DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 6 th Edition.
Module Title? DBMS E-R Model to Relational Model.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
Chapter 1: The Database Environment and Development Process
Web-Enabled Decision Support Systems
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Microsoft Access 3 Database Creation and Management.
Architecture for a Database System
Fundamentals of Relational Database Yong Choi School of Business CSUB, Bakersfield.
© 2007 by Prentice Hall 1 Introduction to databases.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
Getting Started Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Database System Introduction to Database Environment October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
THE DATABASE ENVIRONMENT Definitions: Data, Information, Database, MetadataData, Information File Processing Systems The Database Approach Components of.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Getting Started Chapter One DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 4 th Edition.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
+ Relational Model IST210 Class Lecture. + Premiere Products A new company that is going to sells random merchandise via sales representatives You have.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process Modern Database Management.
Microsoft Access 1 Database Creation and Management.
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Chapter 1: The Database Environment
MANAGING DATA RESOURCES
Chapter 1: The Database Environment
Databases and Information Management
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Chapter 1: The Database Environment
Chapter 1: The Database Environment
The Database Environment
Chapter 1: The Database Environment
Chapter 1: The Database Environment
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

Database1 Database Creation and Management

About Database Development…. The course is not designed to train you as an IT specialist……. It is not about learning the tool. That is why the course belongs to BPA MS Access It is about finding a solution using the tool.

3 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments A collection of individual responses from a marketing research Information: Data processed to be useful in decision making Pattern of geographical buying habit based on analysis of a marketing research Metadata: Data that describes data

4 Data in Context Large volume of facts, difficult to interpret & make decisions

5 Information Useful for decision making / interpretation

6 Metadata Descriptions of the properties or characteristics of the data, including data types, field sizes, allowable values, and documentation (Data Dictionary)

Purpose of a Database The purpose of a database is to keep track of things Unlike a list or spreadsheet, a database may store information that is more complicated than a simple list

8 Database Collection of electronic data Central repository of shared data Data Stored in a standardized and convenient form.

Organizational Database Systems

Database Management System (DBMS) A database management system (DBMS) serves as an intermediary between database applications and the database. The DBMS manages and controls database activities.

Types of Databases Databases can be classified according to: Number of users Database location(s) Expected type and extent of use Single-user database supports only one user at a time (Desktop database) Multiuser database supports multiple users at the same time

Overview of Access One of database management systems software. Access, SQL Server, Oracle, DB 2 MS Access is a relational model (database). a collection of tables that are related to one another based on a common field. Relational model – developed based on predicate logic and set theory from mathematics.

Relational model (database) A schematic diagram of a relational database (a) and a sample part of a relational database showing different tables (b)

Properties of Relation 1 Based on the set theory 1. There are no duplicate rows. The body of the relation is a mathematical set (i.e., a set of rows), and sets in mathematics by definition do not include duplicate elements. If a "relation" contains duplicate rows, then it is not a relation.

Properties of Relation 2 2. Rows are unordered (top to bottom). Sets in mathematics are not ordered. So, even if a relation A's rows are reversely ordered, it is still the same relation. Thus, there is no such thing as "the 5th row" or the last row. In other words, there is no concept of positional addressing.

Properties of Relation 3 3. Columns are unordered (left to right). The heading of a relation is also defined as a set. There is no such thing as "5 th column" or the last column.

Properties of Relation 4 4. Every value is atomic. At every row-and-column position within the table, there always exists precisely one value, never a list of values. Or equivalently, relations do not contain repeating groups. ** No two rows can be identical **

A Sample Relation EmployeeNumberFirstNameLastName 100MaryAbernathy 101JerryCadley 104AlexCopley 107MeganJackson

A Nonrelation Example EmployeeNumberPhoneLastName , Abernathy Cadley Copley Jackson Cells of the table hold multiple values

Example of a Nonrelational Table EmployeeNumberPhoneLastName Abernathy Cadley Copley Abernathy Jackson No two rows can be identical

Open an existing database To open an existing database, you must first start Access When Access is launched you will see the Access window, with the task pane on the right side of the window. From the task pane, you can open an existing database. Or simply double-click the existing database to open. Download and save “Restaurant 1” database.

How Access creates and saves a new database Create a new database Your first activity (before question #1) for the midterm is creating a new database. Database name: your last name + first initial of your first name When you press the Save button in Access, you are saving the design of the Access objects and NOT the database itself! The Save function in Access differs from the Save function in other Windows programs.

Valle Coffee’s Restaurant DB Valle company sells inexpensive coffee beans to various restaurants. Barbara Hennessey, the Director of CRM, and her staff use Access to maintain company data such as customer orders and billings. Barbara has recently developed Restaurant 1 database to track orders and billings. However, she has not been able to develop the database fully to track and maintain other important company data. So, she is asking for your help in completing and maintaining the Valle database.

Descriptions of Restaurant DB Valle coffee’s Restaurant 1 database will contain five tables: Customer table, which Barbara already has. Order table, which you will create soon. Product and Order Detail tables, which you will import from FineFood database. Billing Address table that is in Excel format and you will import it, and then convert to Access table.

OrderNumCustomerNumPaidInvoiceAmtBillingDate No /15/2001 OrderNumProductCodeQty ProductCodeCoffeeNameWeight/SizePriceDecaf 2301Colombian Aged Crop1 lb pkg7.99 Billing Address Table Customer Table Order Table Order Detail Table Product Table CustomerNumCustomerNameStreetCityStateZipCodeOwnerNamePhoneFirstContact 000ChoiCOB 105CSUBCA93311Scott Choi534809/20/2001 CustomerNumBillingNameStreetCityStateZip 129Sandy Lookout Restaurant PO Box 2800GrandvilleMI49468