What will happen if you give a column type to a table's column which does not match with any of the SQLite column type then
Answers
Answered by
0
Answer:
Each column in an SQLite 3 database is assigned one of the following type affinities:
●TEXT.
●NUMERIC.
●INTEGER.
●REAL.
●BLOB
Similar questions