Multiple choice

When can we say a statement is not an embedded SQL?

  1. If all query processing is performed by the database system

  2. Use of correct and exact syntax with respect to an SQL language embedded

  3. Embedded SQL must follow RDBMS rules

  4. Embedded SQL expression for database modifications always return a value

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

It is not compulsary for SQL expression to return a value.