The following example uses MODIFY STRUCTURE in the Command window to change the structure of a table:

use clients in select( ) exclusive
modify structure
close databases

The structure of a table can also be displayed but not changed by using the following commands in the Command window:

use clients in select( ) noupdate
display structure
close databases