A relationship in databases in which one record in Table A can relate to many matching records in Table B, and vice versa.
What is a many-to-many relationship.
Results must include both words.
What is "AND, &"
A collection of data that can be sorted and searched using search algorithms.
What is a database.
A question posed by a user to a database to request database information. The database returns the query results based on the criteria supplied by the user in the query.
What is a query.
Files that are in plaintext format.
What is ASCII.
A relationship in databases in which a record in Table A can have multiple matching records in Table B, but a record in Table B has only one matching record in Table A.
What is a one-to-many relationship.
Results must include at least one of the words.
What is "OR, |"
A collection of data about a limited topic, organized into rows and columns in a database.
What is a table.
You are offered a list of options in a menu from which to choose.
What is a menu query.
Files that contain simple formatting (bolding, italics and so forth).
What is Rich Text Format (RTF).
In databases, a relationship in which each record in Table A can have only one matching record in Table B, and vice versa.
What is a one-to-one relationship.
Results must include the word specified after the operator.
What is "+"
A category of information in a database table.
What is a field.
You specify the fields and data values to be used in a query.
What is query by example.
Files that can be transferred across platforms and retain formatting.
What is Portable Document Format (PDF).
A connection between two or more database tables that is based on a field that the tables have in common.
What is a relationship.
Results must exclude the word specified after the operator.
What is "NOT, !, -"
A collection of information in a database table consisting of one or more related fields about a specific entity, such as a person, product or event.
What is a record.
You use a specialized language called Structured Query Language (SQL) to retrieve and manipulate information in a database.
What is query language.
Files that can be printed to PostScript printers, or read by various applications such as GhostView (commonly found in Linux systems).
What is PostScript.
A database that contains multiple tables related through common fields.
What is a relational database.
Keywords must appear in phrases in the order specified.
What is ""
A field contained in two or more database tables that forms a connection between the tables.
What is a common field.
A language used to create and maintain professional, high-performance corporate databases.
What is Structured Query Language (SQL).
Files made by specific vendors' applications, such as Microsoft Word or Excel.
What is Proprietary file formats.