9
Database Concepts in a Virtual World Part One B Janet L. Ochs

Database concepts part1b

Embed Size (px)

DESCRIPTION

Database Concepts in a Virtual World

Citation preview

Page 1: Database concepts part1b

Database

Concepts

in a Virtual World

Part One B Janet L. Ochs

Page 2: Database concepts part1b

Create new Access database using data collected from DB Home

Set up tables with primary keys, field headers, data types and field properties

Add records to the tablesEstablish relationship between Room

Table and Furniture Table

Overview

Page 3: Database concepts part1b

Start Creating the Database

MEMO DATA TYPE

PRIMARY KEY

CHANGE FIELD PROPERTIES

Page 4: Database concepts part1b

Furniture Table INDICATES CHAIR, SOFA, DESK OR BED

Page 5: Database concepts part1b

Room Table

Page 6: Database concepts part1b

Create Relationship

Page 7: Database concepts part1b

Visual Connection for Relationships

Page 8: Database concepts part1b

View Final Results

Page 9: Database concepts part1b

Continue to DB Vacation Home using link from instructor

Add a second House to the inventory database

Update Furniture Table with more items

Update Room Table with more roomsCreate new relationship between

Houses and Rooms

Next Steps