Which of the following statements are not correct?

Options
- Collection methods can be called from SQL statements
- EXTEND and TRIM cannot be used with associative arrays
- EXISTS, COUNT, LIMIT, FIRST, LAST, PRIOR, and NEXT are functions
- None of the Above


CORRECT ANSWER : Collection methods can be called from SQL statements

Discussion Board
Collection Methods

Collection methods cannot be called from SQL statements. Collection methods make collections easier to use, and make your applications easier to maintain. These methods include COUNT, DELETE, EXISTS, EXTEND, FIRST, LAST, LIMIT, NEXT, PRIOR, and TRIM. A collection method is a built-in function or procedure that operates on collections and is called using dot notation.

Prajakta Pandit 02-21-2017 12:02 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement