ISP 121 Week 1 Introduction to Databases. ISP 121, Winter 20072 Why a database and not a spreadsheet? You have too many separate files or too much data.

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

Database Design Week 10.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Microsoft Access Manual 1 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
LSP 121 Week 6 Intro to Databases. Read the handout on databases Found under ‘week #6’ Go home and read this document closely. You can skip the sections.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
LSP 121 Week 2 Normalization and Queries. Normalization The Old Car Club database presented a problem – what if one person owns multiple cars? (One owner.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
Database terms Mr. Brunton.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
LSP 121 Week 1 Intro to Databases. Welcome to LSP 121 Quantitative Reasoning and Technological Literacy II Continuation of quantitative data concepts.
Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Access Tutorial 2 Building a Database and Defining Table Relationships
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Microsoft Access 2010 Building and Using Queries.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
Relational Databases (MS Access)
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Chapter 17 Creating a Database.
1 Microsoft Access Introduction – Tables and Forms ©Richard Goldman January 2000.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
This is the first screen you will encounter. Select Blank Database.
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.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
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.
Lesson 2: Designing a Database and Creating Tables.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
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.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
MS ACCESS How and Why Second Semester First Quarter Project One.
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.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
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.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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.
Week 1 Intro to the Course Intro to Databases.  Formerly ISP 121  “Continuation” of LSP 120 concepts  Topics include: ◦ Databases ◦ Basic statistics.
GO! with Microsoft Office 2016
Microsoft Office Illustrated Introductory, Windows Vista Edition
Practical Office 2007 Chapter 10
GO! with Microsoft Access 2016
More about Databases.
Spreadsheets, Modelling & Databases
Microsoft Office Illustrated Introductory, Windows XP Edition
Presentation transcript:

ISP 121 Week 1 Introduction to Databases

ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data in a single file You need to look at the data in many different ways You need to share the data You want to secure access to the data and control data values

ISP 121, Winter Basic Terms Table – an object you define and use to store data. Each table contains information about a particular subject, such as customers, patients, or orders Field – tables contain fields (columns) such as first name, last name, street address Record – tables contain records (rows): a logical collection of fields Query – an object that provides a custom view of data from one or more tables

ISP 121, Winter Table Examples Home address / phone book CD collection Old car club Class roster

ISP 121, Winter Field Attributes (Data Types) You want to create fields for Name, Address, Telephone, … Text – the most common! Number – do NOT use unless you plan to do arithmetic with this field Date/Time Currency AutoNumber – similar to Number but Access automatically inserts the numbers for you Yes/No (and others)

ISP 121, Winter Keys and indexes Index field – Records can be accessed in sorted order by this field; there can be several index fields Primary key field – An index field whose values are unique; there can be at most one primary key field

ISP 121, Winter Let’s Practice Let’s run the program Access and create a simple table and then enter some data for the example Home Address Phone Book Did you correctly assign the type for each field? Did you select the field as an index? Did you create a primary key?

ISP 121, Winter Finding a Record A very simple way to look for a record But you can only search in one table, and you can only look for one field Open the table, then click on the Edit pull down menu and select Find (or CTRL-F) Enter values as necessary Wildcard character: * Find is no where near as powerful as performing a query (later)

ISP 121, Winter Filtering Records If you want to see all the rows in a table that match any part of a value, you can use the Filter command A couple different forms of Filter. Let’s look at Filter by Selection Open the table you want to filter. Highlight the field you want to filter on. Click on the filter by selection button (or go to Records / Filter / Filter by Selection)

ISP 121, Winter Importing Data into a “Flat” Access Database Many times you want to take an existing data set and “import” it into an Access database The existing data set can be plain text (.txt), a spreadsheet (.xls), or other forms of existing databases Let’s consider the example of importing a spreadsheet into an Access database

ISP 121, Winter Importing Spreadsheet Data Open the Access database that will receive the spreadsheet data Select Get External Data from File menu, then select Import Select the appropriate file you want to import

ISP 121, Winter Importing Spreadsheet Data If the spreadsheet you are importing has more than one worksheet, select the appropriate worksheet Does the first row contain column headings? Importing into a new table or appending to an existing table?

ISP 121, Winter Importing Spreadsheet Data Now you can tell the wizard which fields should be indexed in the new table Choose your own primary key or let Access add a primary key? Give the table a name and click on Finish You may have import errors – check the file xx$_ImportErrors

ISP 121, Winter Importing Spreadsheet Data Let’s try an example – we will import the data in spreadsheet Presidents.xls