Multiple choice technology web technology

SQL Retun code -305

  1. Invalid date and time

  2. Missing Null indicator variable

  3. Bind issue

  4. All the above

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

SQL return code -305 indicates that a null indicator variable was not provided for a column that allows null values. When working with nullable columns, the host program must supply an indicator variable to properly handle null values.