Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
A Guide to SQL
Quiz 2: Database Design Fundamentals
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
In an entity-relationship (E-R) diagram,one-to-many relationships between entities are drawn as ____.
Question 42
Multiple Choice
____ can occur when there is a column in a table that is dependent on only a portion of the primary key.
Question 43
Multiple Choice
A relation is in ____ if it does not contain any repeating groups.
Question 44
Multiple Choice
A ____ column is a column that is not part of the primary key.
Question 45
Short Answer
When you write a column in the format CUSTOMER.REP_NUM,you say that you ____________________ the column name.
Question 46
Multiple Choice
____ is the formal term for combining two or more columns to form a primary key.
Question 47
Short Answer
When you combine a column name with a table name,you are said to ____________________ the column name.
Question 48
Short Answer
A table's design should be as simple as possible;you should restrict each position in a table to a single entry by not allowing multiple entries (called a(n)____________________ group)in an individual location in the table.