Table: Table_Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assigns an integer key to a table in the database. Tags: read-only Content of first 30 of 208 rows:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Columns | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | Type | Constraints | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
table_information_KEY | int | NOT NULL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | nvarchar (128) | NOT NULL | Name of the table. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
default_alias | nvarchar (128) | NOT NULL | The default alias to use for this table. |
Primary key | |||
Name | Columns | Description | |
PK_Table_Information$table_information_KEY | table_information_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Table_Information$default_alias | default_alias | ||
UK_Table_Information$name | name | ||
UK_Table_Information$table_information_KEY$name | table_information_KEY, name | Exists to support a foreign superkey relationship. |