Browse |
- displays all records in the table. |
Search |
- lets you create simple SELECT... FROM current_table WHERE... query. |
Properties |
- shows the table definition. |
Insert |
- insert a new record into the table. |
Empty |
- deletes all records from the current table. |
Drop |
- removes the current table from the database. |
Import |
- imports data in a delimited file into the table. |
Export |
- exports data in the table to a delimited file. |
Rename |
- renames the current table. |
Add_Fields |
- adds new fields to the table. |