drop table
statement. sys.tables
view lists the tables and can be used to query for tables that meet certain characteristics such as their name, or which schema they belong to. sp_tables
might be used. sys.columns
or stored procedure sp_columns
might help. table
is also a T-SQL data type. parent_and_child_tables.pl
is a Perl script that shows a table's primary and foreign key. sp_rename