Product Home
DTM Data Generator Online Documentation
General
Product Profile
Product Versions
Quick Start
Rule Wizard
System requirements
Connect to Database
Execution
Fill Table
Table Fill Modes
Table Fill Options
Row count management
Fill Methods
Method options
Random values
Values list
From table
List from file
From Values Library
Incremental
By mask
By SQL statement
By formula
Field groups
Data Preview
Table Information
Advanced
Data Rule Properties
Project Properties
Tables Selection
Program Settings
File Structure
Values Library
Clear Rule
Project migration
Command Line
Performance Tips
Schema Viewer
Format Strings
Tables Creation Options
Select column
Objects Creation
Data export
How to...
Tools
Random BLOB Loader
Values Library Builder
Additional Info
Product Ordering
Database Utilities
Licence agreement
Demo version
Install
Uninstall
Upgrade
Support
Glossary

Glossary

Database catalog - The collection of system tables, tables that store metadata about that specific database.

Database record - one row in a table (table can be a result of SQL-query).

Database schema - logically connected, usually owner-based, set of DBMS objects (tables, views, procedures etc).

DBMS - database management system.

DBMS connection - the fact that both client and DBMS server have signed a contract and ready to query and data communications.

Drag-n-drop - the file manipulation technique when mouse is used to move the file from the place of storage to the program, which performs processing.

SQL language - declarative language used to manipulate the data and its' structure in the modern DBMS and their client applications.

IDAPI - Integrated Database Application Program Interface, unified DBMS access interface.

OCI - Oracle Call Interface, access interface for Oracle Server.

ODBC - Open Database Connectivity, unified DBMS access interface.

Metadata - information about data. See also: database schema

SQL statement - single SQL operator having the complete role in a data manipulation script.

SQL-server - program or program complex, which is able to execute the SQL-queries.