Quiz: Recursion

Test your knowledge of recursion in MySQL.

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) Which statement(s) is incorrect?

A.

Recursion is a phenomenon where something is defined in terms of itself.

B.

Recursive computations always terminate.

C.

With recursion, any SQL query can be evaluated efficiently in O(rc)\mathcal{O}(r^c) with rr number of rows and cc columns of the referred table.

D.

MySQL supports recursive statements.


1 / 5
...