Can any one help me finding the information of multiple tables in SYBASE. I Know in ORACLE we do Select * from USEr_segments;
Something similar would be visible through running
select * from sysobjects where uid = user_id() and type = 'U'