English, asked by mdgreengen, 8 months ago

type all the data type that we can assign while creating a table​

Answers

Answered by navu2004
2

Answer:

when you create a table , you can specify different data types for the columns . In SQlite , there are various data types that you can specify for each column.

1) INTEGER (a whole number)

2) REAL ( floating point number)

3) TEXT (a string of text)

when a column is not storing any value , it is a NULL value.

Similar questions