| Database | Table | Application | Created | Links |
| tempdb | #bestinfo_crby_sybsystemprocs__sp_jdbc_getbestrowidentifier | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #bestinfo(-- 0 Rows, Data: 0 B, Index: 0 B 2 SCOPE smallint not null, 3 COLUMN_NAME varchar(255) not null, 4 DATA_TYPE smallint not null, 5 TYPE_NAME varchar(255) not null, 6 COLUMN_SIZE int not null, 7 BUFFER_LENGTH varchar(255) not null, 8 DECIMAL_DIGITS smallint not null, 9 PSEUDO_COLUMN smallint not null 10 ) 11
| COLUMN USAGE | |
| SCOPE | sp_jdbc_getbestrowidentifier |
| COLUMN_NAME | sp_jdbc_getbestrowidentifier |
| DATA_TYPE | sp_jdbc_getbestrowidentifier |
| TYPE_NAME | sp_jdbc_getbestrowidentifier |
| COLUMN_SIZE | sp_jdbc_getbestrowidentifier |
| BUFFER_LENGTH | sp_jdbc_getbestrowidentifier |
| DECIMAL_DIGITS | sp_jdbc_getbestrowidentifier |
| PSEUDO_COLUMN | sp_jdbc_getbestrowidentifier |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_jdbc_getbestrowidentifier |