| Table: dbo.Data_Entry_Method | |||
| This table contains the possible tabs for a screen. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| data_entry_method_KEY | int (4) | NOT NULL | Primary Key. Not null. |
| description | nvarchar (12) | NOT NULL | Represents the tabs in a screen (Rapid or Detail). Not null. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Data_Entry_Method | data_entry_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Data_Entry_Method$description | description | ||