TopShareware
VROOM!
Advanced Table Structures in VROOM

© 2005 MerrittLabs

Tables store the physical records which constitute the database. VROOM allows you to examine the attributes of database tables.  Note that VROOM will not permit the user to insert, delete or update database records, or even examine the contents of those records. VROOM is not a data browser. This makes VROOM especially useful for enterprises where data integrity and security are important.

What VROOM allows you to examine, in extensive detail, is the structural metadata associated with tables, including:

table column attributes:

entity-relationship (E/R) diagrams, which clarify table relationships:

 

constraints associated with individual tables:

 

storage parameters:

 

if the table is partitioned, attributes of all partitions on a table:

 

optional features that have been enabled for a table:

 

and, if the table has been analyzed, row and sizing statistics for the table:

VROOM provides similar information for all indexes in a database, as well as definitions for functions, java sources, procedures, triggers, views, sequences, and other schema objects.

[VROOM!] [SESSION INFO] [STORAGE MANAGEMENT] [PERFORMANCE TUNING] [BACKUP & RECOVERY] [SCHEMA OBJECTS] [USER INFO] [TABLES] [PROCEDURES] [REPORTING] [WIZARDS] [DOCUMENTATION] [DOWNLOAD]