In database terminology, a link between two tables is called a(n) ____.

A. active join
B. relationship
C. import
D. export


Answer: B

Computer Science & Information Technology

You might also like to view...

The EBK factors the roles into three perspectives: ____.

A. executive, corollary, and auxiliary B. executive, functional, and secondary C. executive, functional, and corollary D. functional, executive, and essential

Computer Science & Information Technology

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

1. Visual Basic views every file simply as a sequential stream of bytes. 2. The Using statement indicates that you’re using classes from a particular namespace. 3.. Namespace System must be imported into a program to use the classes in that namespace. 4. StreamReader property EndOfStream returns True if the end of the file has been reached. 5. The optional Finally block—if present—executes only when an exception occurs in the corresponding Try block. 6. Local variables in a Try block cannot be accessed in the corresponding Finally block.

Computer Science & Information Technology

Every form's code is placed within ____ tags.

A. B.

C. D.

Computer Science & Information Technology

A dialog capable of receiving input from the user is displayed with method_________of object_________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology