DatabaseTableApplicationCreatedLinks
sybsystemprocssyskeys  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table syskeys(-- 0 Rows, Data: 0 B, Index: 0 B
2         id int not null,
3         type smallint not null,
4         depid int null,
5         keycnt int null,
6         size int null,
7         key1 smallint null,
8         key2 smallint null,
9         key3 smallint null,
10        key4 smallint null,
11        key5 smallint null,
12        key6 smallint null,
13        key7 smallint null,
14        key8 smallint null,
15        depkey1 smallint null,
16        depkey2 smallint null,
17        depkey3 smallint null,
18        depkey4 smallint null,
19        depkey5 smallint null,
20        depkey6 smallint null,
21        depkey7 smallint null,
22        depkey8 smallint null,
23        spare1 smallint not null
24    )
25    
26    create clustered index csyskeys on syskeys(-- 2 KB refcount: 22
27        id
28    )
29    
30    alter table syskeys lock datarows
31    
32    Grant Select on syskeys to public
33    
JOINS
From ColumnsTo TableTo ColumnsCntCstrStrength
[type]master..spt_values[number]4 Simple Join

Estimated Index Usage
syskeys.csyskeys clustered(id)22

ALIASES USED for sybsystemprocs..syskeys
NO_ALIASksyskeys
1725

SCHEMA

COLUMN USAGE
idsp_commonkey  sp_depends_cols  sp_dropkey  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
typesp_commonkey  sp_depends_cols  sp_dropkey  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
depidsp_commonkey  sp_depends_cols  sp_dropkey  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
keycntsp_commonkey  sp_foreignkey  sp_primarykey 
sizesp_commonkey  sp_foreignkey  sp_primarykey 
key1sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key2sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key3sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key4sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key5sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key6sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key7sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
key8sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey  sp_primarykey 
depkey1sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey2sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey3sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey4sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey5sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey6sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey7sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
depkey8sp_commonkey  sp_depends_cols  sp_foreignkey  sp_helpjoins  sp_helpkey 
spare1sp_commonkey  sp_foreignkey  sp_primarykey 

QUERIES
Joined With Links
master..spt_values sybsystemprocs..sp_helpkey:132
sybsystemprocs..sp_helpkey:71

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_helpkey  
   called by proc sybsystemprocs..sp_help  
read_written by proc sybsystemprocs..sp_primarykey  
read_written by proc sybsystemprocs..sp_foreignkey  
read by proc sybsystemprocs..sp_helpjoins  
read by proc sybsystemprocs..sp_depends_cols  
   called by proc sybsystemprocs..sp_depends  
read_written by proc sybsystemprocs..sp_commonkey  
written by proc sybsystemprocs..sp_dropkey