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
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#
最新試題
TextBox控件常常用來()。
母版頁技術(shù)不能可供開發(fā)人員統(tǒng)一網(wǎng)站布局風(fēng)格。
FormView控件只能更改ItemTemplate模板布局。
ASP.NET的服務(wù)器控件可看做ASP.NET的功能單元。
可以修改GridView控件標(biāo)題行字段所顯示的文字。
當(dāng)FormView控件默認(rèn)的格式不能滿足要求時,可以對ItemTemplate模板進(jìn)行布局。
和ASP一樣,ASP.NET也是一種基于面向?qū)ο蟮南到y(tǒng)。
點(diǎn)擊TreeView控件任務(wù)小窗口的“編輯節(jié)點(diǎn)”,打開編輯節(jié)點(diǎn)窗口可以刪除節(jié)點(diǎn)。
Asp.Net主要依靠在瀏覽器正確輸入工作進(jìn)行驗證工作,因為在瀏覽器端驗證可以將錯誤發(fā)現(xiàn)在提交之前,以減少信息的傳輸量。
點(diǎn)擊TreeView控件任務(wù)小窗口的“編輯節(jié)點(diǎn)”,打開編輯節(jié)點(diǎn)窗口可以添加根節(jié)點(diǎn)。