1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>

Screenshot - Build SQL statements in a semigraphic way



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.