In real life, you would rarely want to drop an existing database but merely INSERTand DELETE from tables.
在现实生活中,您不太会drop现有的数据库,而只是从表中INSERT和DELETE。
2
The insert statement between the DECLARE and the DROP needs to be recompiled every time because DB2 cannot know whether the DGTT will have the same property next time around.