Multiple choice

Which of the following is not a valid SQL type of identifier?

  1. SQL_VARCHAR

  2. SQL_NUMERIC

  3. SQL_INTEGER

  4. SQL_DOUBLE

  5. sql_create

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

CREATE TYPE registers a new data type for use in the current database. it is invalid identifier for sql.