Which statement is true?

A. Stored functions can increase the efficiency of queries by performing functions in the query rather than in the application.
B. Stored functions can be called from the SELECT and WHERE clauses only.
C. Stored functions cannot manipulate new types of data, such as longitude and latitude.
D. Stored functions do not permit calculations that involve database links in a distributed environment.


Answer: A. Stored functions can increase the efficiency of queries by performing functions in the query rather than in the application.

Computer Science & Information Technology

You might also like to view...

In JDK 1.5, analyze the following code.

``` Line 1: Integer[] intArray = {1, 2, 3}; Line 2: int i = intArray[0] + intArray[1]; Line 3: int j = i + intArray[2]; Line 4: double d = intArray[0]; ``` a. It is OK to assign 1, 2, 3 to an array of Integer objects in JDK 1.5. b. It is OK to automatically convert an Integer object to an int value in Line 2. c. It is OK to mix an int value with an Integer object in an expression in Line 3. d. Line 4 is OK. An int value from intArray[0] object is assigned to a double variable d.

Computer Science & Information Technology

Configure SW2 to be the spanning tree root bridge.


What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT true regarding the layout of the Visual Basic Editor?

A) Directly under the application title are the Menu bar and Standard toolbar that are visible by default. B) The larger window on the right of the Visual Basic Editor is the Module window. C) On the left side of the Visual Basic Editor is the Project Explorer. D) At the top of the screen is the title of the database that is currently open and being edited.

Computer Science & Information Technology

The Vista security feature that enables you to encrypt all data stored on a volume is called:

A) Encrypted File System B) BitLocker Drive Encryption C) Windows Defender D) Windows Live OneCare

Computer Science & Information Technology