display structure 命令示例

在下面的示例中,打开 testdata 数据库中的 customer 表。并用 display structure 显示表结构。

close databases
open database (home( ) + 'samples\data\testdata')
use customer && 打开 customer 表

clear
display structure