|
A venue represents a location under an organisation. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the organisation code. This code is the same as the reference number. It is also the primary key for the Organisation table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows the code for the venue. It also acts as a primary key for the Venue table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Stores a description about the venue. |
|
Name |
|
|
Code |
|
|
Data Type |
char(40) |
|
Mandatory |
No |
|
First line of the address. |
|
Name |
|
|
Code |
|
|
Data Type |
char(40) |
|
Mandatory |
No |
|
Second line of the address. |
|
Name |
|
|
Code |
|
|
Data Type |
char(40) |
|
Mandatory |
No |
|
Third line of the address. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the URL of the venue. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Stores the contact number. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Stores a second contact number. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Stores the fax number. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if the venue is for training, in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if the venue is for an event, in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if the venue is for a project, in a form of a checkbox. |
|
|
|