Shared Flashcard Set

Details

Databases
CTN120
92
Computer Science
Undergraduate 1
06/14/2014

Additional Computer Science Flashcards

 


 

Cards

Term
Tables, Queries, Forms, Reports
Definition
What are the four most common elements of a database?
Term
Database
Definition
A collection of tables that are related.
Term
Record
Definition
A set of field values in a table. Also known as a row. Horizontal.
Term
Field
Definition
A single attribute of a table. Also known as a column. Vertical.
Term
Field Value
Definition
The contents within a field.
Term
Common Field
Definition
A field that appears in multiple tables, and is used as an endpoint of a join.
Term
Primary Key
Definition
A unique attribute used to identify individual records in a table. No two records with this attribute can contain the same value.
Term
Foreign Key
Definition
A primary key from another table that is used to link multiple tables together.
Term
Composite Key
Definition
A combination of two or more fields in a table that contain a primary key and are used to uniquely identify each record; similar to a primary key.
Term
Null Value
Definition
Given when no data is entered into a field.
Term
Table
Definition
A collection of fields within a database.
Term
Primary Table
Definition
The table in a one-to-many relationship that contains only one record.
Term
Related Table
Definition
A “many” table in a one-to-many relationship; it usually contains more than one record.
Term
Form
Definition
A database object used to display records individually for easily inputting data.
Term
Query
Definition
Specific fields and records from different parts of a database that are merged together after asking to find the data containing those specific attributes.
Term
Report
Definition
A formatted summary of some or all of the contents of a database that is used to neatly summarize and view data.
Term
Join
Definition
A relationship between tables that have a common field. This relationship is represented by lines between the fields.
Term
Data Type
Definition
Determines the kind of information that can be entered into a particular field.
Term
Cascade Deletes
Definition
A property that deletes a record in the primary table and all matching foreign key records.
Term
Cascade Updates
Definition
A property that changes the primary key along with any matching foreign key values in related tables.
Term
Referential Integrity
Definition
A property on a join that prevents orphans.
Term
One-To-Many Relationship
Definition
A relationship between two tables when one record in the first table matches record(s) in the second table, but the second table matches only one record in the first table.
Term
Many-To-Many Relationship
Definition
A relationship in which more than one record matches between two tables. In order for this relationship to exist, a third table must be created that shares one-to-many relationships with both tables.
Term
Orphan Record
Definition
A “child record” with a foreign key to a “parent record” that has been deleted or changed its primary key.
Term
Compact and Repair
Definition
Used to enhance the performance of the database. Using this decreases the file size of the database and fixes any damage to the database.
Term
Subdatasheet
Definition
A datasheet that displays records in a table related to the current record. Appears after performing a join.
Term
Properties
Definition
Used to assign various attributes to objects and values within the database.
Term
Append Only Property
Definition
A property for a long text field that, when set to "yes", keeps a historical record of all versions of the field value along with timestamps of when the edit occurred.
Term
Caption Property
Definition
A field property that specifies how the field name is displayed in database objects. This does not change the name of the field.
Term
Delimited
Definition
When fields of data in a file to be imported are separated by a character such as a comma.
Term
Concatenation
Definition
The process of joining multiple text fields or characters into a single item by using an operator between strings encapsulated in quotes.
Term
Lookup Field
Definition
A field used for customizing how data is displayed that lets a user select a value from a list of possible values to enter data into a field.
Term
IIf Function
Definition
This function tests a condition and returns one of two values based on whether the tested condition is true or false.
Term
IsNull Function
Definition
A function that tests a field value or expression for a null value. The function returns true if the field value or expression is null; otherwise it returns false.
Term
Sum Function
Definition
Calculates the total of an expression.
Term
Count Function
Definition
Calculates the number of occurrences of an expression.
Term
Criteria
Definition
A value or expression used to limit which results should be displayed in a query.
Term
Select Query
Definition
A query in which fields are selected and the results are returned in the form of a datasheet.
Term
Find Unmatched Query
Definition
A select query that finds all records in a table or query that have no related records in a second table or query. Often used to find orphan records.
Term
Parameter Query
Definition
A query that displays a dialog box that prompts the user to enter information to display certain values.
Term
Crosstab Query
Definition
A query that summarizes data by using aggregate functions to perform arithmetic operations on selected records and then grouping the results by headings on the side and top like a spreadsheet.
Term
Top Values Property
Definition
Used to limit query results to only those matching the range within a certain integer or percentage.
Term
Object Dependency
Definition
When a change to the properties of one object affects the properties of another object.
Term
Calculated Field
Definition
A field created with an expression that displays the results of the expression in a datasheet, form, or report.
Term
Conditional Formatting
Definition
Visual changes applied to certain field values depending on the specified conditions.
Term
Aggregate Function
Definition
A function that performs an arithmetic operation on selected records.
Term
Operator
Definition
A symbol that specifies the type of calculation to be performed within an expression.
Term
Literal
Definition
Plain text that is displayed when quotation marks are placed around a value.
Term
Expression
Definition
A statement containing a combination of fields, constants, and operators that are defined in a query to perform a calculation.
Term
Input Mask
Definition
A field property that is used to set a predefined format to enter and display data in a field.
Term
Validation Rule
Definition
A field property value that specifies the valid values that users can enter in a field.
Term
Validation Text
Definition
A field property value that will be displayed in a dialog box if a user enters an invalid value for the field.
Term
Record Selector
Definition
Used to highlight an entire row in a form. Should always be disabled on the final product of the form.
Term
Subform
Definition
A form based on related tables. Often contained within another form.
Term
Control
Definition
An item, usually on a form or report, that can be manipulated to modify the object's appearance.
Term
Label
Definition
An unbound control that displays text.
Term
Control Layout
Definition
A set of controls grouped together in a form or report that can be manipulated as a single control.
Term
Bound Control
Definition
A control based on using an existing field as a data source.
Term
Unbound Control
Definition
A control without a source from the database. Used to display custom information such as labels and graphics.
Term
Calculated Control
Definition
A control that uses an expression as a data source.
Term
Text Box
Definition
A label that allows various types of data to be displayed in a form.
Term
List Box
Definition
A control that displays a scrollable list of values.
Term
Combo Box
Definition
A control that combines both the features of a text box and a list box. It is used to either choose a value from a list or type an entry.
Term
Tab Stop Property
Definition
A property that specifies whether users can use the tab key to navigate between controls on a form.
Term
Tab Order
Definition
The order in which the controls will be navigated when moving between different controls in a form using the tab key.
Term
Layout View
Definition
View in which design changes can be made to a form or report while data is being displayed. Used to immediately see the effects of the visual changes.
Term
Datasheet Form
Definition
A type of form that contains all fields in a table or query and visually resembles a table or query.
Term
Split Form
Definition
A form that simultaneously displays data in both form view and datasheet view.
Term
Multiple Items Form
Definition
A type of form that displays many records from a source table or query and is displayed in a datasheet format.
Term
Control Margins Property
Definition
Sets the spacing around text that is inside of a control.
Term
Control Padding Property
Definition
Sets the spacing around the outside of a control.
Term
Display Control Property
Definition
Specifies the default control used to display a field.
Term
Row Source Property
Definition
Specifies the data source for a control in a form or report, or for a field in a table or query.
Term
Anchor Property
Definition
Places a control into a specific position on a form.
Term
Grid
Definition
Area in form design view with dots and lines that is used to precisely position controls in a form.
Term
Handles
Definition
Used to resize controls.
Term
Documenter
Definition
A tool used to generate detailed information about selected database objects.
Term
Orphaned Header
Definition
A section that appears by itself at the bottom of a page of a report. The keep together property should be used to avoid this.
Term
Orphaned Footer
Definition
A section that appears by itself at the top of a page of a report. The keep together property should be used to avoid this.
Term
Keep Together Property
Definition
Property of a report that prints a group header on a page only if there is enough room on the page to print the first detail record.
Term
Can Grow Property
Definition
When set to "yes", expands a text box vertically to fit the field value when the report is printed.
Term
To enclose an expression, or parts of an expression if in a statement with many operators.
Definition
When are parentheses () used?
Term
To specify the name of a field, table, or other object.
Definition
When are square brackets [] used?
Term
Between the names of two or more bracket enclosed field names, table names, or other object names in order to specify use of the object in an expression. When searching, can also be used as a wildcard character to match any character that is not within brackets.
Definition
When is an exclamation point (or bang) ! used?
Term
To refer to the property of an object. It goes between the name of the object and the object's property.
Definition

When is a period (or dot) . used?

Term
To enclose a literal. Also used in concatenation.
Definition
When are quotation marks "" used?
Term
To name an expression. This will always be the beginning part of an expression in a query.
Definition
When is a colon : used?
Term
To concatenate two or more objects.
Definition
When is an ampersand & used?
Term
As a wildcard character. All or part of the criteria specified before this symbol will be returned in the query result.
Definition
When is an asterisk (or star) * used?
Term
To enclose number strings, usually those containing non-numeric characters such as dates, in order to distinguish them separately from the rest of the expression. When searching, can also be used as a wildcard character to match any number in the place of the symbol.
Definition
When is a pound sign (hash mark) # used?
Term
At the beginning of an expression to specify an operation or constant to be performed. Also can be used within an expression to determine if multiple values are equal.
Definition
When is an equal sign = used?
Term
When searching, as a wildcard character to match any single alphabetic character.
Definition
When is a question mark ? used?
Supporting users have an ad free experience!