Previous

TOC

Next

 
SELECT TABLE                                    

 

The list of tables of the selected database is shown on the left. The functional buttons are used to manage the content and structure of these tables. The buttons Select, Update, Describe, Insert, Alter, Create, Delete and Drop allow to visually represent the homonymous SQL statements. Their names are borrowed from SQL syntax.
To use this statements, select a table and click on the desired button.
Some buttons can be given the initial parameters.
Some of them will execute the correspondent statement immediately ("Describe", "Select all"). Some of them will ask you to confirm execution of the statement ("Delete", "Drop"). Some of them will lead you to the next page in order to prepare the SQL Statement ("Insert", "Alter", "Create", "Update").
The buttons "Select", "Describe" and "Drop" allows multiple selection.
Search/Modify function has no direct relation with SQL syntax, and serves to operate with table content in higher level than using SQL statements, allowing to search, modify, insert and delete records.

Script manager on the bottom of the page is used to create, save and execute customer SQL scripts.

 

 

Previous

TOC

Next