DatabaseTableApplicationCreatedLinks
sybsystemprocssyslogs  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table syslogs(-- 64 Rows, Data: 16 KB, Index: 0 B
2         xactid binary(6) not null,
3         op tinyint not null
4     )
5     
6     Grant Select on syslogs to public
7     
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES