Home » DB2 RazorSQL Drop

DB2 RazorSQL Drop

by Online Tutorials Library

DB2 RazorSQL Drop

The Drop command is used to delete tables from databases and different schemas.

DB2 drop1

Let’s drop the table “STUDENTS” from the DB2admin.

DB2 drop2
DB2 drop3

You can see that table is not available in the list.

DB2 drop4
DB2 drop5
DB2 drop6

Next TopicDB2 Drop Tables

You may also like