SQLite storage classes include the following:

  • Null: It has a NULL value.
  • Integer: The value is a signed integer (5,6,7, etc.)
  • Real: The numbers with a decimal point (1.2,3.4 etc.).The real numbers are stored as an 8 byte IEEE floating point number.
  • Text: It holds a text string.
  • BLOB: The value is a blob of data, and it is stored exactly as it was input.
BY Best Interview Question ON 09 Feb 2019