A.Count
B.Avg
C.Sum
D.Max
您可能感興趣的試卷
你可能感興趣的試題
A.Update tbAddress Set strName="萌萌",intAge=22 Where ID=2
B.Update tbAddress Set strName=萌萌,intAge=22 Where strName=萌萌
C.Update tbAddress Set dtmSubmit=2008-10-1 Where strName="萌萌"
D.Update tbAddress Set intAge=18
A.Insert Into tbAddress(strName,strTel)Values("萌萌","6545632")
B.Insert Into tbAddress(strName,strEmail)Values("萌萌","")
C.Insert Into tbAddress(strName,strEmail)Values("萌萌",NULL)
D.Insert Into tbAddress(strName,intAge)Values(萌萌,22)
A.Select * From tbAddress Where strName="趙"And intAge=22
B.Select * From tbAddress Where strName like"趙%"And intAge="22"
C.Select * From tbAddress Where strName like"趙%"And intAge=22
D.Select * From tbAddress Where strName like"%趙%"And intAge=22
A.Select * From tbAddress Where strName=萌萌 And dtmSubmit<#2008-8-8#
B.Select * From tbAddress Where strName="萌萌"And dtmSubmit<2008-8-8
C.Select * From tbAddress Where strName="萌萌"And dtmSubmit<#2008-8-8#
D.Select * From tbAddress Where strName="萌萌"Or dtmSubmit<#2008-8-8#
最新試題
具有編輯、刪除功能的數(shù)據(jù)顯示控件是()。
下面不是FormView控件的DefaultMode屬性值是()。
母版頁(yè)技術(shù)不能可供開(kāi)發(fā)人員統(tǒng)一網(wǎng)站布局風(fēng)格。
關(guān)于頁(yè)面驗(yàn)證,說(shuō)法不正確的是()。
TreeView控件的節(jié)點(diǎn)的Selected方法表示是否被選中。
利用SiteMapPath控件只能顯示瀏覽的當(dāng)前位置以及經(jīng)過(guò)的路徑。
當(dāng)FormView控件默認(rèn)的格式不能滿(mǎn)足要求時(shí),可以對(duì)ItemTemplate模板進(jìn)行布局。
使用頁(yè)面驗(yàn)證時(shí),以下描述說(shuō)法正確的是()。
TreeView控件節(jié)點(diǎn)的Text不表示該節(jié)點(diǎn)顯示的文本。
GridView控件默認(rèn)不具備插入功能。