sql:
select * from master..sysdatabase
select * from sysobjects
oracle:
select tablespace_name from dba_tablespaces where tablespace_name='EDU_EVL'
select tname from tab
select * from seq
sql:
select * from master..sysdatabase
select * from sysobjects
oracle:
select tablespace_name from dba_tablespaces where tablespace_name='EDU_EVL'
select tname from tab
select * from seq