Computer Science, asked by kuttappayi8023, 20 days ago

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 suhanasingh30jan2010
0

Answer:

Each column in an SQLite 3 database is assigned one of the following type affinities:

●TEXT.

●NUMERIC.

●INTEGER.

●REAL.

●BLOB

Similar questions