假设程序中的数据定义如下:PARTNO DW?PNAME DB 16 DUP(?)COUNT DD?PLENTH EQU $-PARTNO试问:(1)PLENTH的值为多少?(2)PLENTH表示什么意义?
(1) 下面___组命令,将变量count值赋值为1。 A. Declare @ count B.Dim count=1 Select @ count=1 Select count =1 C.Declare count D.Dim @count Select count=1 Select @count=1