When you add two related tables to a query what appears between their common fields?

When you add two related tables to a query what appears between their common fields?
When you add two related tables to a query what appears between their common fields?

When you add two related tables to a query what appears between their common fields?
Home
When you add two related tables to a query what appears between their common fields?
Chapters
When you add two related tables to a query what appears between their common fields?
Chapter 14: Creating an Access Database and Running Queries
When you add two related tables to a query what appears between their common fields?
Glossary


When you add two related tables to a query what appears between their common fields?

A


Aggregate functions Calculations such as MIN, MAX, AVG, and SUM that are performed on a group of records.
Append To add on to the end of an object—for example, to add records to the end of an existing table.
AND condition A compound criteria used to display records that match all parts of the specified criteria.
AutoNumber data type A data type that describes a unique sequential or random number assigned by Access as each record is entered and that is useful for data that has no distinct field that can be considered unique.
Click here to go to the top of the page
B

Best Fit An Access command that adjusts the width of a column to accommodate the column’s longest entry.
Blank database A database that has no data and has no database objects—you must create the data and the objects as you need them.
Click here to go to the top of the page
C

Calculated field A field that displays the value of a mathematical operation.
Caption A property setting that displays a name for a field in a table, query, form, or report other than that listed as the field name.
Common field A field in one or more tables that stores the same data.
Comparison operators Symbols used to determine if the value in a field is the same (=), greater than (>), less than (<), or in between a range of values as specified by the criteria.
Compound criteria Multiple conditions in a query or filter.
Criteria Conditions in a query that identify the specific records for which you are looking.
Currency data type An Access data type that describes monetary values and numeric data that can be used in mathematical calculations involving data with one to four decimal places.
Click here to go to the top of the page
D

Data Facts about people, events, things, or ideas.
Data source The table or tables from which a form, query, or report retrieves its data.
Data type The characteristic that defines the kind of data that can be entered into a field, such as numbers, text, or dates.
Database An organized collection of facts about people, events, things, or ideas related to a specific topic or purpose.
Database management system Database software that controls how related collections of data are stored, organized, retrieved, and secured; also known as a DBMS.
Database template A preformatted database designed for a specific purpose.
Datasheet view The Access view that displays data organized in columns and rows similar to an Excel worksheet.
DBMS An acronym for database management system.
Design grid The lower area of the Query window that displays the design of the query.
Design view The Access view that displays the underlying structure or design of an object—the data is not displayed.
Destination table The table to which you import or append data.
Click here to go to the top of the page
E

Export Copy data from one file into another file.
Expression A combination of functions, field values, constants, and operators that produce a result.
Click here to go to the top of the page
F

Field A single piece of data that is stored in every record and formatted as a column in a database table.
Field list A list of the field names in a table.
Field properties Characteristics of a field that control how the field displays and how data can be entered in the field.
First principle of good database design A principle of good database design stating that data is organized in tables so that there is no redundant data.
Flat database A simple database file that is not related or linked to any other collection of data.
Foreign key The field that is included in the related table so that the field can be joined with the primary key in another table for the purpose of creating a relationship.
Form A database object used to enter data, edit data, or display data from a table or query.
Form view The Access view in which you can view the records but you cannot change the layout or design of the form.
Click here to go to the top of the page
I

Import The process of copying data from another file, such as a Word table or an Excel workbook, into a separate file, such as an Access database.
Information Data that is organized in a useful manner.
Is Not Null A criteria that searches for fields that are not empty.
Is Null A criteria that searches for fields that are empty.
Click here to go to the top of the page
J

Join line In the Relationships window, the line joining two tables that visually indicates the related field and the type of relationship.
Click here to go to the top of the page
L

Layout view The Access view in which you can make changes to a form or to a report while the object is open.
Link A connection to data in another file.
Logical operators Operators that combine criteria by using AND and OR; with two criteria, AND requires that both conditions be met, and OR requires that either condition be met for a record to be displayed in query results.
Click here to go to the top of the page
M

Message Bar The area directly below the ribbon that displays information such as security alerts when there is potentially unsafe, active content in an Office 2010 document that you open.
Click here to go to the top of the page
N

Navigation area An area at the bottom of the Access window that indicates the number of records in the table and that contains controls (arrows) with which you can navigate among the records.
Navigation Pane An area of the Access window that displays and organizes the names of the objects in a database; from here, you open objects for use.
Normalization The process of applying design rules and principles to ensure that your database performs as expected.
Click here to go to the top of the page
O

Object window An area of the Access window that displays open objects, such as tables, forms, queries, or reports; by default, each object displays on its own tab.
Objects The basic parts of a database that you create to store your data and to work with your data—for example, tables, forms, queries, and reports.
One-to-many relationship A relationship between two tables where one record in the first table corresponds to many records in the second table—the most common type of relationship in Access.
OR condition A compound criteria used to display records that match at least one of the specified criteria.
Click here to go to the top of the page
P

Primary key The field that uniquely identifies a record in a table—for example, a Student ID number at a college.
Property Sheet A list of characteristics—properties—for fields or controls on a form, query, or report in which you can make precise changes to each property associated with the field or control.
Click here to go to the top of the page
Q

Query A database object that retrieves specific data from one or more database objects—either tables or other queries—and then, in a single datasheet, displays only the data you specify.
Click here to go to the top of the page
R

Record All of the categories of data pertaining to one person, place, thing, event, or idea and that is formatted as a row in a database table.
Record selector bar The bar at the left edge of a record when it is displayed in a form and that is used to select an entire record.
Record selector box The small box at the left of a record in Datasheet view that, when clicked, selects the entire record.
Redundant In a database, information that is repeated in a manner that indicates poor database design.
Referential integrity A set of rules that Access uses to ensure that the data between related tables is valid.
Relational database A sophisticated type of database that has multiple collections of data within the file that are related to one another.
Relationship An association that you establish between two tables based on a common field.
Report A database object that displays the fields and records from a table or query in an easy-to-read format suitable for printing.
Run The process in which Access searches the records in the data source included in the query design, finds the records that match the specified criteria, and then displays the records in a datasheet; only the fields that have been included in the query design display.
Click here to go to the top of the page
S

Second principle of good database design A principle stating that appropriate database techniques are used to ensure the accuracy of data entered into a table.
Secure environment A system that uses controlled servers.
Select query A type of Access query that retrieves (selects) data from one or more tables or queries, displaying the selected data in a datasheet; also known as a simple select query.
Servers Computers that provide services on a network such as an email server or a file server.
SharePoint An application for setting up websites to share and manage documents.
Short Text data type An Access data type that describes text, a combination of text and numbers, or numbers that are not used in calculations, such as a number that is an identifier like a Customer ID.
Simple select query Another name for a select query.
Sorting The process of arranging data in a specific order based on the value in a field.
Source file When importing a file, refers to the file being imported.
Structure In Access, the underlying design of a table, including field names, data types, descriptions, and field properties.
Subdatasheet A format for displaying related records when you click the plus sign (+) next to a record in a table on the one side of a relationship.
Subset A portion of the total records available.
Click here to go to the top of the page
T

Table The database object that stores data organized in an arrangement of columns and rows and that is the foundation of an Access database.
Table area The upper area of the Query window that displays field lists for the tables that are used in the query.
Text string A sequence of characters.
Truncated Refers to data that is cut off or shortened.
Trust Center An area of the Access program where you can view the security and privacy settings for your Access installation.
Click here to go to the top of the page
W

Wizard A feature in Microsoft Office that walks you step by step through a process.
Click here to go to the top of the page
When you add two related tables to a query what appears between their common fields?

What is the most common type of relationship between two tables?

One-to-many relationships are the most common type of relationships between tables in a database. In a one-to-many (sometimes called many-to-one) relationship, a record in one table corresponds to zero, one, or many records in another table.

Which field is always on the one side of a one

In a one-to-many relationship, the table on the one side of the relationship is the primary table and the table on the many side is the related table.

What can you add to a query data sheet to display statistics for a group of records?

What can you add to a query datasheet to display statistics for a group of records? You use a subdatasheet to modify a field's properties. A subdatasheet shows the records on the "one" side of a one-to-many relationship. To add, delete, or change fields in a query, you use Query Design view.

Which two properties are required for every field?

Two properties are required for every field: Field Name and Data Type.