Brad J. McClaran
1:40 PM 1/4/2007
CS 101-FQ (LAB 3.2)
*** Post-Lab Questions ***
- Databases surround us on the web and everyday life. Now that you have a clearer
idea of what database systems do, find two examples of web sites that you believe
are likely to use databases and discuss what kinds of data they might be storing, as
in the example answer.
Amazon.com stores data about products, availability, customers, customer
reviews, advertisements, etc.
- Identify entities. Suppose you are creating a database to keep track of a radio
station’s record collection. What are some of the entities your database might
include?
- ANSWER #2:
-
The database may include entities such as genres and release years.
- Query results and tables look very similar—like a set of tuples. How are query
results and tables different, however?
- ANSWER #3:
-
They differ in the way each display the information and data.
Back to Top of Page
Back to Home Page