InterviewSolution
| 1. |
How Do I Tell Which Tables Have Identities In Sybase? |
|
Answer» You can tell if a table has IDENTITIES one of two ways:
this will list all the tables and the field within the table that serves as an identity, and the size of the identity field. You can tell if a table has identities one of two ways: this will list all the tables and the field within the table that serves as an identity, and the size of the identity field. |
|