Dropping Tables

When you no longer need a table, you can remove it from the database by dropping it.

    To drop a table

Or

Note You cannot drop any of the system tables in the master database or a user database.

SQL Server removes the specified table from the database, together with its contents and all the indexes and permissions associated with it. Rules or defaults bound to the table are no longer bound but are otherwise unaffected.