A ____ is a database object that stores criteria for selecting records from one or more tables based on conditions you specify.

A. query
B. form
C. filter
D. join


Answer: A

Computer Science & Information Technology

You might also like to view...

A special program known as a(n) ____________ is used to translate an assembly language program into a machine language program.

a. interpreter b. assembler c. translator d. code conversion tool

Computer Science & Information Technology

What section of the hierarchy chart would print the heading for a report.

a. Initialization section. b. Process section. c. Termination section. d. All of the above. e. a and b

Computer Science & Information Technology

In which scenarios would an HSRP router become active while also detecting a duplicate IP address?

A) HSRP version mismatch B) ACL blocking HSRP packets C) Routers configured with different virtual IPs D) HSRP group number mismatch

Computer Science & Information Technology

Which of the following methods creates a node containing the text stringtext?

A. document_createText(text) B. document.createText(text) C. document_create_TextNode(text) D. document.createTextNode(text)

Computer Science & Information Technology