(1)显示所有数据库show database;(2)显示所有表show tables;(3)显示表结构desc 表名;3.sqlserver查询所有表:select * from sysobjects where xtype=“U”