Multiple choice technology programming languages

Select all that are not TRUE

  1. A matrix object merely defines a relationship between two repeating frames

  2. A cursor is static

  3. A non-linkable query is a detail query that contains column objects that prevent the query from being linked to via a column-to-column link

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The statement 'A cursor is static' is false - cursors can be dynamic depending on the database and configuration. Matrix objects do define relationships between repeating frames, and non-linkable queries contain columns preventing column-to-column linking. Therefore B is NOT true.