- I have a SQLite Database 4MB.
- I used command drop table
name
; and I dropped it. I checked in SQlite Manager that no more tablename
. - However, I checked the filesize, it is still 4MB, the same.
- I use NotePade, open the Database I see the old contents which I have inserted are still there.
Did I do anything wrong on drop table command? or SQLite keeps old data and filesize will the same?
Thanks your help.