Identify the letter of the choice that best matches the phrase or definition.

A. Used to identify files that are created in another program and then linked or embedded in the database
B. Used to store a link to a web page or an email address
C. A single characteristic of an entity
D. A question that you ask about the data stored in a database
E. A formatted presentation of data from a table or query that is created as a printout or to be viewed on screen
F. A collection of records that describe one entity
G. Determines how to store the data in the field
H. Used to store long passages of data containing text and alphanumeric characters
I. A collection of one or more tables
J. A set of instructions that you specify to automate certain database tasks
K. All the fields about an entity grouped together
L. A form that might be displayed when you open a database and provides a controlled method for users to open the objects in a database


A. OLE Object data type
B. Hyperlink data type
C. field
D. query
E. report
F. table
G. data type
H. Long Text data type
I. database
J. macro
K. record
L. switchboard

Computer Science & Information Technology

You might also like to view...

Given the following strucure definition, what is the correct way to initialize a variable called today?

struct DateType { int day; int month; int year; } a. DateType today(1,1,2000); b. DateType today = (1,1,2000); c. DateType today = {1,1,2000); d. DateType today = {1,1,2000,0);

Computer Science & Information Technology

Values are typically stored in a binary search tree so that a node's __________ child holds data that is less than the __________ data.

a. right, node's b. left, node's c. right, left child's d. left, right child's e. None of these

Computer Science & Information Technology

The areas of an image map designated to be used as links are called linkspots.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If you are playing a movie and you press ____, the movie will stop.

A. [esc] B. [delete] C. [shift] D. [enter]

Computer Science & Information Technology