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
最新試題
form標(biāo)記像一個(gè)容器,容納交互控件標(biāo)記,并完成提交和重置功能。
母版頁(yè)技術(shù)不能可供開發(fā)人員統(tǒng)一網(wǎng)站布局風(fēng)格。
我們要驗(yàn)證新建用戶兩次輸入的密碼是否一致,不合適的驗(yàn)證控件是()。
我們要驗(yàn)證輸入的電子郵件地址格式是否正確,不合適的驗(yàn)證控件是()。
TreeView控件的節(jié)點(diǎn)的Selected方法表示是否被選中。
以下的網(wǎng)頁(yè)技術(shù)中不是客戶端動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)的是()。
TreeView控件節(jié)點(diǎn)的Text不表示該節(jié)點(diǎn)顯示的文本。
使用頁(yè)面驗(yàn)證時(shí),以下描述說(shuō)法正確的是()。
專用于存取XML格式的站點(diǎn)地圖文件的數(shù)據(jù)源控件是()。
當(dāng)FormView控件默認(rèn)的格式不能滿足要求時(shí),可以對(duì)ItemTemplate模板進(jìn)行布局。