Answered Questions

  • What is the datatype of null?

    Sudha

    • Apr 2nd, 2018

    NULL is not a data type. The key word NULL is used to mention the unknown or missing values of data.
    For ex: while registering sign up form there are few fields which are not mandatory and if user didnt fill those non mandatory fields then those values we can save it as null in the data table.

    Dhileep

    • Oct 24th, 2017

    We cant able to mention particular data type for null.