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
Microsoft Office Access
Quiz 2: Tables and Queries in Relational Databases
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
True/False
When creating a multitable query from scratch only include related tables in your query.
Question 82
Essay
Match the following terms with their description: I. Caption II. Foreign key III. Data type IV. Field properties V. Wildcards A. Used to relate tables on common fields B. Effects what operations can be performed on data C. Characteristic of a field D. Special characters that can represent other characters E. More understandable than a field name
Question 83
True/False
Multitable queries inherit their relationships and you cannot change those in the query. You need to open the Relationships window to make any changes.
Question 84
True/False
It is safe to change data in a query since you are only changing a temporary copy of the data, not the underlying data in the table.
Question 85
True/False
Logical operators only work with text and numbers, not dates.
Question 86
Essay
Match the following terms with their description: I. "And" condition II. "Or" condition III. Null IV. Comparison Operator V. Criteria A. Blank field value B. Examples include: >, <, <>, = C. Returns only records that meet all criteria D. Determines which records are selected E. Returns records meeting any criteria
Question 87
Essay
Match the following Comparison Operators expression with their example: I. =25 II. >25 III. <25 IV. <>25 V. >=25 A. Less than 25 B. Equals 25 C. Does not equal 25 D. Greater than or equal to 25 E. Greater than 25