database essentials

21
Database Essentials Lesson 1

Upload: morna

Post on 21-Jan-2016

51 views

Category:

Documents


0 download

DESCRIPTION

Database Essentials. Lesson 1. Software Orientation. Getting Started. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Database Essentials

Database EssentialsLesson 1

Page 2: Database Essentials

Software Orientation

Page 3: Database Essentials

Getting Started

• A database is a tool for collecting and organizing information. For example, as a database, a phone book organizes a large amount of data—names, addresses, and phone numbers—so you can access it by name in alphabetic order.

Page 4: Database Essentials

Getting Started

• A computerized database management system (DBMS), such as Microsoft Office Access, enables you to easily collect large volumes of data organized into categories of related information. This type of database allows you to store, organize, and manage your data, no matter how complex it is, andthen retrieve and present it in various formats and reports.

Page 5: Database Essentials

Start Access

When creating a new file ALWAYS click the yellow folder to save it in your folder.

Page 6: Database Essentials

Step-by-Steps• Go to StudentApps\CBA Data\MOAC data

files\ Access\Lesson01 in My Computer.• Right-click on Student Information and

choose Copy.• Browse to your CBA folder, right-click and

Paste.• Right-click and Rename to Student

Information1 - # username. Then double-click to open.

• The header is automatic in Access and will include your filename. This is the only way to get your name on your file in Access.

Page 7: Database Essentials

Opening an Existing Database

Page 8: Database Essentials

Software Orientation

Page 9: Database Essentials

Software Orientation

• Objects– Table—the most basic database object that stores

data in categories

Page 10: Database Essentials

Software Orientation

• Objects– Forms—control data entry and data views, and

provide visual cues that make data easier to work with

Page 11: Database Essentials

Software Orientation

• Objects– Queries—allow you to search and retrieve the data

you have stored (ask a question of the database)– Which students’ last names begin with C?

Page 12: Database Essentials

Software Orientation

• Objects– Reports—

present your information in ways that are most useful to you

Page 13: Database Essentials

Using Object Tabs

• When you create a database in Access, all the objects in that database—including forms, tables, reports, queries—are displayed in a single window separated by tabs. Tabs help keep open objects visible and accessible. Tabs

Page 14: Database Essentials

Changing Views

• A datasheet is the visual representation of the data contained in a table

Design View allows you to

change the structure of the

database.

Page 15: Database Essentials

Design View

• Data types• Text• Date/time• Auto-Number• Number• Currency• Etc

• Properties• Field Size• Format

Page 16: Database Essentials

Defining Data Needs and Types

• Purpose• Categorize

information• Break each

piece of information into the smallest useful part–Last Name–First Name

Page 17: Database Essentials

Review Data Types (pg. 23)

Page 18: Database Essentials

Review Data Types (continued)

Page 19: Database Essentials

Defining Database Tables

• Tables are the most basic organizational element of a database.

• Not only is it important to plan the tables to hold the type of data you need, but also to plan how the tables and information will be connected.

• Even if it’s the only object in a database, there MUST be at least one table.

Page 20: Database Essentials

Changing Views• Switch back to Datasheet view

Page 21: Database Essentials

• Each row in a table is called a record.

• Each column in a table is called a field.

• A primary key is a column that uniquely identifies each row, such as Item Number or ID.

Each column is a field.

Each row is a record.

Records and Fields