CS 280 - Intro to CS for Non-majors - 09/29/05

Finish HTML and Begin Database



Objectives

Creating and Filling a Database

Reference - Book, chapter 13
  1. Create a new database called, Whales
  2. Save your file onto the C:/temp directory or on your memory stick.
  3. Create a new table, Whales, in Design view.
  4. Enter each of the fields in the Design view. Use these datatypes:

  5. NameData typeLength or property
    commonNametext50 characters
    scientificNametext50 characters
    foodtext50 characters
    weightnumberlong integer
    lengthRangetext50 characters
    dateAddeddateshort date
    pictureOLE Object

  6. Make the key the common name of the whale.
  7. Now go into Grid view and add data for the five whales in your book.
  8. IF TIME: Try adding some pictures. The site below has free whale pictures personal use. Free Whale Pictures
  9. Save your database, close it, then upload it to the Blackboard assignment.

  10. Updated 09/26/05