DISPLAY STRUCTURE Command Example
In the following example, the customer
table in the testdata
database is opened. DISPLAY STRUCTURE is used to display the table structure.
CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'Data\testdata')
USE customer && Opens Customer table
CLEAR
DISPLAY STRUCTURE