Download presentation
Presentation is loading. Please wait.
Published byDoreen Malone Modified over 9 years ago
1
Databases & Access 2000
2
Today’s Topic: Databases Define: Database Software Examine the different uses of database software Define the four components of database software: Tables Queries Forms Reports
3
Database Software Software designed to store, sort, sift through, manipulate, and display large amounts of data.
4
Database Software A Database table looks very similar to a spreadsheet, it has rows and columns, and data is entered into cells, but databases have a different purpose.
5
Database Software Database software is used for storing and manipulating large amounts of data of any kind Postal CodeCountryPhone EC1 4SDUK(171) 555-2222 70117USA(100) 555-4822 48104USA(313) 555-5735 100Japan(03) 3555-5011 33007Spain(98) 598 76 54 545Japan(06) 431-7877 3058Australia(03) 444-2343 M14 GSDUK(161) 555-4448 S-345 67Sweden031-987 65 43 Spreadsheet software is used to store and run calculations on numeric data $11,678.00Yearly Total $ 959.00Monthly Totals $ -Misc. $ 260.00Loans $ 699.00Wages Jan Jane Strickland's Income
6
Consider This…. What software would logically be used to store the following data: SpreadsheetDatabase Student Transcripts & GPA’s SpreadsheetDatabase FSU’s Schedule of Classes SpreadsheetDatabaseFinancial Aid Reports SpreadsheetDatabaseAmazon.com’s product catalogue
7
Solution Not Always Apparent Often times users will transfer data between a spreadsheet and database to accommodate different needs. The registrar might use a spreadsheet to calculate a student’s GPA Then transfer the results to the student’s database record.
8
Database Components MS Access Object Bar Tables: Store the data. For example, the Customers table will store customer-related data for all customers
9
Database Components Queries: Allow you to sift through the data stored in Tables to find useful information. For example, you might query your Customer Table to find your 10 best customers. MS Access Object Bar
10
Database Components Forms: allow users to easily and securely enter new records into a Table. MS Access Object Bar
11
Database Components Reports: provide tools to create attractive output from Tables and Queries. MS Access Object Bar
12
Database Components: Tables
13
File or Table A collection of data organized to meet user’s needs. Records (Entities) Fields (Attributes) Database Components: Tables
14
Database Tables are created and Fields defined using Design View. Database Tables are viewed and used using Datasheet View.
15
Database Components: Tables 1. Type field names in this column. 2. Set each field’s data type by selecting it from the list. 3. Set one or more fields to act as the primary key…… Creating a Table
16
Database Components: Tables The Primary Key field must contain unique data for each record. Data used to identify that record. Example: SSN’s are used as primary keys in IRS records Primary Keys
17
Consider This…. What data field could be used as primary key for the following database tables? A credit card company’s customer records. FSU student records A personal address book Account number Social Security Number or FSUCard Number Combined first name and last name TablePrimary Key
18
Relationships Databases typically consist of several related tables. Fields are selected to define how the tables are related.
19
Relationships In this example the CardNumber field is used to relate these tables so that the identity of the customer can be established.
20
Relationships This is called a one to many relationship since the primary key guarantees that their will be only one customer with any specified cardnumber.
21
Relationships …and each customer can make many –even and infinite amount of, purchases.
22
Database Components: Queries
23
Creating a Query using Design View Select the table(s) you wish to query
24
Database Components: Queries Creating a Query using Design View Select the fields that you wish to include in the query along with the table to which they belong
25
Database Components: Queries Creating a Query using Design View Specify the Criteria used to filter the data. In this query, only records with the Course Number CGS2060 will be displayed.
26
Database Components: Queries Creating a Query using Design View Define which field(s) will be used to sort the data
27
Database Components: Queries Creating a Query using Design View Check the fields that you would like to display in the query
28
Database Components: Queries Viewing the results of a query with Datasheet View Only records for CGS2060 are displayed.
29
Database Components: Forms
30
Forms provide an attractive and secure interface for entering data into a table.
31
Database Components: Reports
32
Create a report to present data from a table or query in an attractive and meaningful manner.
33
Summary Tables store the data. Queries sort and filter data in one or more tables Forms are used to input data into a table. Reports are used to output the data. Tables and Queries are best created using Design View Forms and Reports are easiest created using Wizards
34
Time to Practice
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.