DatabaseTableApplicationCreatedLinks
sybsystemprocssp_spaceused_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_spaceused_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         name char(15) not null,
3         total_pages char(15) not null,
4         free_pages char(15) not null,
5         used_pages char(15) not null,
6         reserved_pages char(15) not null
7     )
8     
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES