Week 1 Intro to the Course Intro to Databases.  Formerly ISP 121  “Continuation” of LSP 120 concepts  Topics include: ◦ Databases ◦ Basic statistics.

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

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.
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.
Week 2 Normalization and Queries
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.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Data type – determines the type of data and range of values that can be entered in a field.
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.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
Chapter 1 Databases and Database Objects: An Introduction
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Chapter 17 Creating a Database.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
IE 423 – Design of Decision Support Systems Database development – Building Tables
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.
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.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
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.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Access Test Questions Test Date: 05/05/16. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Acess Test Questions. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is not one of them? Tables.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Perform a complete mail merge Lesson 14 By the end of this lesson you will be able to complete the following: Use the Mail Merge Wizard to perform a basic.
Mail Merge Introduction to Word Processing ITSW 1401 Instructor: Glenda H. Easter Introduction to Word Processing ITSW 1401 Instructor: Glenda H. Easter.
Tutorial 1 Creating a Database
Y.-H. Chen International College Ming-Chuan University Fall, 2004
IGCSE 4 Cambridge Designing a database table Computer Science
GO! with Microsoft Office 2016
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Microsoft Office Illustrated Introductory, Windows Vista Edition
Practical Office 2007 Chapter 10
and Defining Table Relationships
Database application MySQL Database and PhpMyAdmin
Mail Merge And Macros in MS WORD
Larry Reaves October 9, 2013 Day 16: Access Chapter 2 Larry Reaves October 9, 2013.
GO! with Microsoft Access 2016
Access Creating a Database
Access Creating a Database
What is a Database and Why Use One?
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
Access Tutorial 1 Creating a Database
MODULE 7 Microsoft Access 2010
Database Applications – Microsoft Access
Access Lesson 2 Creating a Database
More about Databases.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Official Academic Course, Access 2016
Creating and Managing Database Tables
Spreadsheets, Modelling & Databases
Access Tutorial 1 Creating a Database
Nagendra Vemulapalli Exam2 Overview Nagendra Vemulapalli
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Access Test Questions Test Date: 05/05/16.
Microsoft Office Illustrated Introductory, Windows XP Edition
Presentation transcript:

Week 1 Intro to the Course Intro to Databases

 Formerly ISP 121  “Continuation” of LSP 120 concepts  Topics include: ◦ Databases ◦ Basic statistics ◦ Number systems ◦ Probability and risk ◦ Algorithmic concepts  Let’s take a look at the syllabus

 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

 Table – an object you define and use to store data. Each table contains information about a particular subject, such as customers, patients, or orders  Fields – tables contain fields (columns) such as first name, street address, score  Record – a logical collection of fields  Query – an object that provides a custom view of data from one or more tables

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

 Let’s create a table for one or more of these: ◦ Home address / phone book ◦ CD collection ◦ Old car club * What is the primary key for each of these? * How does this differ from an Index?

 Let’s run the program Access and create a simple table and then enter some data for the earlier 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?

 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 on the Home tab click on Find (or CTRL-F)  Enter values as necessary  Wildcard character: *  Find is nowhere near as powerful as performing a query (later)  We’ll try FINDing a record in a few moments

 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. Then on the Home tab click on Selection  To undo filtering, click on Toggle Filter  We’ll try filtering in a few moments

 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

 Create a new (blank) database (unless you are importing into an existing database, then simply open that one)  Select External Data from the top tabs  Select the appropriate type of file that you want to import

 You probably want to import the data into a new table  If the spreadsheet you are importing has more than one worksheet, select the appropriate worksheet  Does the first row contain column headings?

 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

 Let’s try an example – we will import the data in spreadsheet Presidents.xls  Open the QRC website and copy the file Presidents.xls to either My Documents or the Desktop (may not be able to copy to Desktop)  Run Access and perform the import operation on the Master worksheet  Try a FIND or two  Try a FILTER or two

 How does Google work?  Should Google restrict its searching capabilities to comply with a government?  What is data mining?