DatabaseTableApplicationCreatedLinks
tempdb#results_table_crby_sybsystemprocs__sp_column_privileges  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B
2         table_qualifier varchar(32) not null,
3         table_owner varchar(32) not null,
4         table_name varchar(257) not null,
5         column_name varchar(257) null,
6         grantor varchar(32) not null,
7         grantee varchar(32) not null,
8         privilege varchar(32) not null,
9         is_grantable varchar(3) not null
10    )
11    
COLUMN USAGE
table_qualifiersp_column_privileges 
table_ownersp_column_privileges 
table_namesp_column_privileges 
column_namesp_column_privileges 
grantorsp_column_privileges 
granteesp_column_privileges 
privilegesp_column_privileges 
is_grantablesp_column_privileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_column_privileges