Ans. Categorical variables are nonnumeric and describe distinct categories of data. Continuous variables can take on any value in a range.
Ans: It contains all of the data for a specific item described in the table.
Ans: A field is a specific data item in a row. A column contains all of the fields in all the rows refering to the same piece of data.
Ans: A one-to-many relationship connects a row containing a foreign key in the "many" table to the row in the "one" table whose primary key matches the foreign key.
Ans: The composite table formed by putting together two tables according to a one-to-many relationship.
Ans: An aggregate query contains a Total row in the Query Design window, which contains one of the keywords Ave, Count, Group By, Max, Min, Sum.
Ans: No answer is wrong here if it is backed up with good reasons.
Ans: It is either a table that contains a column that depends on another column that is not the primary key. Example: If the columns in a table are FootballPlayerName (PK), JerseyNumber, TeamName, TeamCity, TeamCity is completely determined by TeamName, which is not the primary key.
Ans: ANTILOG(8.2 - 4.2) = 10^4 = 10,000.
Ans: 1,000 times.
Ans: See the 5/10 Lecture Notes.
NFL Football Teams Team Name (PK) City State Mascot Owner Phone Salary |
Players Name (PK) Jersey Number Team Name (FK) Position Phone Salary |
Dependents Name (PK) Players.Name (FK) Relationship Phone |
Stadiums Stadium Name (PK) Stadium Capacity Team Name (FK)
|
Stores
|
Parts
| |||||||||||||||||||||||||||
Inventory
|
|
|
Specify queries that solve the following problems:
Field: | Name | ID | Quantity | |
Table: | Parts | Stores | Inventory | |
Sort: | ||||
Show: | No | No | Yes | |
Criterion: | "Bolt" | 4444 | ||
or: |
Ans:
Field: | Phone | Name | Quantity | |
Table: | Stores | Parts | Inventory | |
Sort: | ||||
Show: | Yes | No | No | |
Criterion: | "Washer" | >800 | ||
or: |
Field: | Quantity | |||
Table: | Inventory | |||
Total: | Sum | |||
Sort: | Yes | |||
Show: | ||||
Criterion: | ||||
or: |
Ans: Take ID of the top row of sorted table:
Field: | ID | Quantity | Parts | |
Table: | Store | Inventory | Name | |
Show: | Yes | Yes | No | |
Sort: | Descending | |||
Criterion: | "Nuts" | |||
or: |
world.my first method
world.my first method
world.my first method