22 November Databases. Presentations Tega: news 1954 Prediction.

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

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Benchmark Series Microsoft Access 2010 Level 1
Access Lesson 2 Creating a Database
D-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
1 Chapter 2 Reviewing Tables and Queries. 2 Chapter Objectives Identify the steps required to develop an Access application Specify the characteristics.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie (Jeff) Gao.
Database Applications – Microsoft Access Lesson 2 Modifying a Table and Creating a Form 45 slides in presentation Accessibility check 9/14.
Access Lesson 2 Creating a Database
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
ASP.NET Programming with C# and SQL Server First Edition
Working with a Database
Access Tutorial 2 Building a Database and Defining Table Relationships
Moodle (Course Management Systems). Assignments 1 Assignments are a refreshingly simple method for collecting student work. They are a simple and flexible.
CPSC 203 Introduction to Computers T43, T46 & T68 By Jie (Jeff) Gao.
Microsoft Access Get a green book. Page AC 2 Define Access Define database.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
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.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Microsoft Access You will need a pen/pencil.. What is Microsoft Access? Access is a database management system.  Create a database, add/change delete.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Chapter 17 Creating a Database.
Access: Queries Ad-hoc Reporting Chapter T. Access Queries Queries Access Properties Sorting Selection Criteria Calculations.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
® Microsoft Office 2013 Access Creating a Database.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
CPSC 203 Introduction to Computers Lab 60 By Jie Gao.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Relational Database Techniques
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.
Study Opportunities1 Database table quiz What is your name?
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
C REATING & D ESIGNING A D ATABASE 1. C REATING A D ATABASE 2 There are two different ways to create a new Access database: 1. Start from scratch with.
Extracting Information from an Excel List The purpose of creating a database, or list in Excel, is to be able to manipulate the data elements in ways that.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
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.
Chapter 4 Crystal Report Presenter: PEN PHIROM (MscIT) Phone:
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
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.
Microsoft Access 2007 – Level 1
Practical Office 2007 Chapter 10
Data Types and Field Properties
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
Lessons Vocabulary Access 2016.
Presentation transcript:

22 November Databases

Presentations Tega: news

1954 Prediction

Creating a Data Base Collection of related information Will hold tables and queries Create a database Access: New: Blank Database Create file

Creating a Table Use design view Define fields Select Tables from main view Create table in design view Or generally available through Insert: Table: Design View

Creating a Field - basics Field name: descriptive name of field Data Type Text – if no need to further divide Number – if you want to compare values Date/Time – if you want to process in that form Yes/No – true/false: Boolean AutoNumber – if you need a unique number id Currency – if you want to manipulate as such Description comment

Creating a Field - additionals Under General tab Default Value: used if no value filled in Required: if value required Validation rule: required constraints Partial Boolean: field name assumes as leading argument >5 means the field must be greater than 5 Validation test: error message when constraint not satisfied

Connecting Tables Relationships icon Tables Add all tables you want to link Drag from key to field that should be the same Do not click any options

Queries Allows you to gather information from across tables Select Queries from main view Create Query in design view Or generally available through Insert: Query: Design View

Creating a Query Add all tables Needed for context Reminds you of the fields Identify the fields that you want used In the order that you want them

Creating a Query - enhancements Can choose not to show Show check box Reminds you of the fields Can sort Will sort fields left to right Ascending or descending

Forms and Reports Allows you to create nicely formatted inputs or reports Can combine fields from different tables

Database assignment Requirement 3 tables All types of data fields used 4 queries At least 2 with selection criteria Optional Forms and reports

A possible assignment Tables Products Buyers Orders Queries Products by gender or age All orders of a particular product All orders for a particular buyer Demographic summary of buyers

Rest of the Semester November 24 Last day to turn in updated web page November 29 Test and Arts grades returned to you Confirmation of soft copy of all materials Class: design and implementation of a database December 1 Database due Class: solving problems with computers Technologies that you might use in your final project December 6 Class: Computer history and famous bugs Open problem solving session December 8 -- Final 10 minute presentation Turn in 2-3 page paper (hard and soft) and soft copy of presentation December 10 – grades posted Comments on final by