Which of the following is true about Dynamic SQL?

A.
It is precompiled and binded in dynamic databases.
B.
The structured of an SQL statement must be completely specified at precompile time.
C.
It is compiled and executed by an application at run-time.
D.
Dynamic SQL does not exist.
Explanation: