Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
InvoiceId | int | 4 | null |
|
|
|||||
CustomerId | int | 4 | null |
|
|
|||||
InvoiceDate | datetime | 16,3 | null |
|
|
|||||
BillingAddress | nvarchar | 140 | √ | null |
|
|
||||
BillingCity | nvarchar | 80 | √ | null |
|
|
||||
BillingState | nvarchar | 80 | √ | null |
|
|
||||
BillingCountry | nvarchar | 80 | √ | null |
|
|
||||
BillingPostalCode | nvarchar | 20 | √ | null |
|
|
||||
Total | numeric | 12,2 | null |
|
|
Table contained 412 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_Invoice | Primary key | Asc | InvoiceId |
IFK_InvoiceCustomerId | Performance | Asc | CustomerId |