透视图的名称是()。
第1题:
以下属性不可用于改变控件位置的是______。
A.Left
B.Top
C.Width
D.Caption
第2题:
有SQL语句:SELECT学院,系名,COUNT(*)AS教师人数FROM教师,学院;WHERE教师.系号=学院.系号GROUP BY学院.系名与如上语句等价的SQL语句是:
A.SELECT学院.系名,COUNT(*)AS教师人数;FROM教师INNER JOIN学院; 教师.系号= 学院.系号GROUP BY学院. 系名
B.SELECT学院.系名,COUNT(*)AS教师人数;FROM 教师INNER JOIN学院;ON 系号 GROUP BY学院.系名
C.SELECT学院.系名,COUNT(*) AS教师人数;FROM教师INNER JOIN学院;ON 教师.系号=学院.系号GROUP BY学院. 系名
D.SELECT 学院. 系名,COUNT(*)AS教师人数;FROM教师INNER JOIN学院;ON教师.系号 = 学院.系号
第3题:
On a voyage from Halifax,N.S.,to Dakar,West Africa,the Canary Current will ______.
A.set the vessel to the left
B.set the vessel to the right
C.offer resistance in the form of a head current
D.furnish additional thrust in the form of a fair or following current
第4题:
第5题:
查询远程SQL Server数据表,正确命令格式是()。
第6题:
元素设置定位后,可以设置的方向属性有()。
第7题:
()(降)the flag.
第8题:
()(调高) the derrick, please.
第9题:
下列不是float属性的是()。
第10题:
在设计VB6应用程序界面时,改变窗体下面的()属性看不到效果。
第11题:
运动的透视图
透视图的运动
模拟车辆行驶时的透视图
活动透视图
第12题:
Left
Top
Perspective
From
第13题:
在窗体中利用Print方法输出文本信息时,信息的输出位置由()属性设置。
A.Left
B.Top
C.x,y
D.CurrentX,CurrentY
第14题:
删除“持有数”表中所有外币名称为“法郎”的记录,下列SQL语句正确的是( )。
A)DELETE FROM持有数;
WHERE持有数.外币代码=外汇名.外币代码;
AND外币名称=“法郎”
B)DELETE FROM持有数,外汇名;
WHERE持有数.外币代码=外汇名.外币代码;
AND外币名称=“法郎”
C)DELETE FROM持有数WHERE外币代码IN;
(SELECT外币代码FROM外汇名WHERE外币名称=“法郎”)
D)DELETE FROM持有数WHERE外币代码IN;
SELECT外币代码FROM外汇名WHERE外币名称=“法郎”
第15题:
When measuring the oxygen content of the cargo tanks prior to loading cargoes requiring vapor recovery,check it ______.
A.one meter from the tank bottom and one meter below the tank top
B.one half the ullage of the tank and one meter below the tank top
C.one half the ullage of the tank and one meter above the tank bottom
D.at three meter intervals from the tank top to the bottom
第16题:
动态透视图是()
第17题:
定位后元素具有的属性()。
第18题:
()(降下)the derrick, please.
第19题:
The derrick is too high.()it, please.
第20题:
表项单元< TH>带有表示横向对齐方式的属性,其中缺省值是()。
第21题:
在窗体中利用Print方法输出文本信息时,信息的输出位置由()属性设置。
第22题:
21-F003名称是()。
第23题:
SELECT学院,系名,COUNT(*)AS教师人数FROM教师INNER JOIN学院;
教师.系号=学院.系号GROUP BY学院.系名
SELECT学院,系名,COUNT(*)AS教师人数FROM教师INNER JOIN学院;
ON系号GROUP BY学院.系名
SELECT学院,系名,COUNT(*)AS教师人数FROM教师INNER JOIN学院;
ON教师.系号=学院.系号GROUP BY学院.系名
SELEC7学院,系名,COUNT(*)AS教师人数FROM教师INNER JOIN学院;
ON教师.系号=学院.系号