How are data structures designed and created in the TimesTen IMDB?
TimesTen supports the SQL standard. To create data structures, use the SQL statements CREATE TABLE, CREATE INDEX, and ALTER TABLE. The same database design techniques that are used for RDBMS can also be used for TimesTen. Designing and managing databases in TimesTen is simpler than in a disk-optimized RDBMS, as there is no need to size table extents or to de-fragment disks.