oracle查看表名

select table_name from user_tables;
select table_name from dba_tables;
select * from all_all_tables

oracle查看数据库名

select * from v$database;

 

mysql查看表名:

show tables;

 

mysql查看数据库名:

show databases;

 

posted on 2014-12-26 10:14  凌度  阅读(2382)  评论(0编辑  收藏  举报