Multiple choice

Which of the following statements is incorrect while inserting data into oracle table?

  1. Characters enclosed within single quotes

  2. Date datatypes enclosed within single quotes

  3. NULL values are written as NULL.

  4. Number data not to be enclosed in single quotes

  5. If some columns are fed with values, then rest will be assigned zero

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

Rest will be assigned with NULL.