SQL CE does not support TRUNCATE command. To clear a table I have to use DELETE. Is there a quicker/better way to clear the data then the following command?
DELE
No, other than DROP TABLE, CREATE TABLE and INSERT the surviving data (if there are any)