Appendix G. Sample Application Data Files
IN THIS APPENDIX
Sample Application Data Files
“Orange Whip Studios” is a fictitious company used in the examples throughout this book. The various examples and applications use a total of 12 database tables, as described in the following sections.
The Actors
Table
The Actors
table contains a list of all the actors along with name, address, and other personal information. Actors
contains the columns listed in Table G.1.
Table G.1. The Actors
Table
COLUMN | DATATYPE | DESCRIPTION |
---|---|---|
| Numeric (Auto Number) | Unique actor ID |
| Text (50 chars) | Actor's (stage) first name |
| Text (50 chars) | Actor's (stage) last name |
| Numeric | Actor's (stage) age |
| Text (50 chars) | Actor's ... |
Get macromedia® Coldfusion® MX 7 Web Application Construction Kit now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.