Execute SQL statement
Opens a dialog where you can enter an SQL command for administering a database.
You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.

Za pokretanje SQL upita za filtriranje podataka u bazu podataka, koristite Query Design.
Naredba za izvršavanje
Enter the SQL administration command that you want to run.
Na primjer, za "Bibliografija" izvor podataka, možete unijeti slijedeće SQL naredbe:
SELECT "Address" FROM "biblio" "biblio"
Za više informacija o SQL naredbi, molimo konsultuje dokumentaciju koju ste dobili uz bazu podataka.
Prethodne komande
Lists the previously executed SQL commands. To run a command again, click the command, and then click Run.
Stanje
Displays the results, including errors, of the SQL command that you ran.
Pokreni
Runs the command that you entered in the Command to execute box.