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

Database concepts part1b

Jan 14, 2015

Download

Technology

Janet Ochs

Database Concepts in a Virtual World
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
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