Links to execute operations with SQLEdit

Which are links to use to let an SQLEdit elemento execute operations as creating new record, modifying or deleting of an existing one?

What it says to SQLEdit of choosing an operation or another one, is the part of page url which has an SQLEdit element on the right of the question mark symbol. This part is also known as "query string".

We suppose therefore that our page with the SQLEdit element is available to the url

http://www.domain.ext/index.pl/our_page

to execute database operations with our SQLEdit element, this page must be linked with these "query string":

per fare eseguire operazioni sul database al nostro elemento SQLEdit questa pagina va chiamata con le seguenti "query string":

...?exec=new

...?exec=edit&pk1=v1&pk2=v2&pk3=v3

...?exec=delete&pk1=v1&pk2=v2&pk3=v3

...?exec=deleteConfirm&pk1=v1&pk2=v2&pk3=v3