SQL Uniform SQL Uniform SQL Uniform - Query Comparison Export Convert Import Administration
SQL Uniform SQL Uniform

SQL Uniform
Indispensable development application to databases.

Presentations, tutorials, screen snapshots

Home
Screen shots
Download
Purchase
Login
Support
Select rows

According to the SQL language syntax of a particular database, it draws up a SELECT statement to select data matching the defined parameters.


A drawn up SELECT statement:



Update rows in a table

According to the SQL language syntax of a particular database, it draws up an UPDATE statement to update data matching the defined parameters.



Insert rows into a table

According to the SQL language syntax of a particular database, it draws up an INSERT statement to insert data matching the defined parameters.



Delete row(s) from a table

According to the SQL language syntax of a particular database, it draws up a DELETE statement to delete data matching the defined parameters.