if you make the following changes in a database, yout have errors:
Delete some fields and insert after this field a new field. By executing the sql statement: In this case you try to insert fields after a deleted field …
The steps delete, insert from the program are not correct …