Question: What happens in an SQLite database if you insert a text string such as USA into a column that has an INTEGER type? a .
What happens in an SQLite database if you insert a text string such as USA into a column that has an INTEGER type?
a
SQLite will change the column type to TEXT.
b
SQLite will convert USA to an integer.
c
SQLite will throw an error.
d
SQLite will store the actual string value in the column
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
