Viewing a Table

Mass Update your records : define column specific criterias and expression to build very complex data updating.
Delete one or more records directly or through a QBE.
Query By Example : obtain a subset of your data and export it as is to predefined formats (PDF-XLS-CSV etc...).
Add records and enter any values in some or all columns.
Edit a column (Edit In Place) and change the value - DATE columns have a built in Calendar.
Built in Viewers : read edit and change Binary BLOBS (even in SQL tables) : Images - PDF - XLS - DOC etc...

SQL Views

Access all the data in Views.
Read directly from the server the View Definition.
Enter a manual sql query and create a VIEW directly from the subset.
(Clarion only) export to TXD /DCTX the View STRUCTURE to import it in your dictionary.

Cloning a Table

Built in column type migration depending on destination format.
Change Table Name and/or Add Change Delete Columns during the cloning.
Supports PostGre SQL Schemas with mixed cased Names abd Server Side Defaults.
Supports GUID/UUID typed columns in SQL - Pervasive - PostgreSql and SQL Anywhere.

Comparing Table Structures

Compare STRUCTURES between a Tps-Dat-SQL Table to another Tps-Dat-SQL Table
Compare STRUCTURES between a complete SQL DataBase to another SQL DataBase
Compare STRUCTURES between an SQL Table and Multiple SQL Tables (inter-schema compares)