A.0
B.1
C.2
D.與intAge的值有關(guān)
您可能感興趣的試卷
你可能感興趣的試題
A.0
B.1
C.2
D.不能確定
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
最新試題
當(dāng)FormView控件默認(rèn)的格式不能滿足要求時(shí),可以對(duì)ItemTemplate模板進(jìn)行布局。
ASP.NET的服務(wù)器控件可看做ASP.NET的功能單元。
具有編輯功能的數(shù)據(jù)顯示控件是()。
ADO.NET在斷開與數(shù)據(jù)源連接時(shí)不能工作。
form標(biāo)記像一個(gè)容器,容納交互控件標(biāo)記,并完成提交和重置功能。
GridView控件默認(rèn)不具備插入功能。
關(guān)于使用了母版頁(yè)的內(nèi)容頁(yè)標(biāo)記代碼和普通網(wǎng)頁(yè)的標(biāo)記代碼,以下說法正確的是()。
數(shù)據(jù)庫(kù)操作一般用服務(wù)器端程序完成。
Asp.Net主要依靠在瀏覽器正確輸入工作進(jìn)行驗(yàn)證工作,因?yàn)樵跒g覽器端驗(yàn)證可以將錯(cuò)誤發(fā)現(xiàn)在提交之前,以減少信息的傳輸量。
下列不是對(duì)輸入值范圍進(jìn)行驗(yàn)證的控件是()。