1.

How do you insert null values in a column while inserting data?

Answer»

Null values can be inserted into a table by one of the following ways −

  • Implicitly by omitting the column from the column list.
  • Explicitly by specifying the NULL keyword in the VALUES clause.


Discussion

No Comment Found