db2 Drop table Basic Drop Table Syntax

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

db2 connect to {databaseName}
db2 drop table {schema}.{table}
db2 connect reset

The schema is not necessary if it matches the current user name. The "db2" prefix is not necessary if you are already in a DB2 command prompt.



Got any db2 Question?