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#
A."/"
B."\"
C."."
D."C:\Inetpub\wwwroot"
最新試題
點(diǎn)擊TreeView控件任務(wù)小窗口的“編輯節(jié)點(diǎn)”,打開(kāi)編輯節(jié)點(diǎn)窗口可以添加根節(jié)點(diǎn)。
當(dāng)FormView控件默認(rèn)的格式不能滿足要求時(shí),可以對(duì)ItemTemplate模板進(jìn)行布局。
TreeView控件的節(jié)點(diǎn)的Selected方法表示是否被選中。
ASP.NET支持多種程序設(shè)計(jì)語(yǔ)言和腳本語(yǔ)言。
我們要驗(yàn)證新建用戶兩次輸入的密碼是否一致,不合適的驗(yàn)證控件是()。
數(shù)據(jù)庫(kù)操作一般用服務(wù)器端程序完成。
和ASP一樣,ASP.NET也是一種基于面向?qū)ο蟮南到y(tǒng)。
點(diǎn)擊TreeView控件任務(wù)小窗口的“編輯節(jié)點(diǎn)”,打開(kāi)編輯節(jié)點(diǎn)窗口可以刪除節(jié)點(diǎn)。
GridView控件默認(rèn)不具備插入功能。
TextBox控件常常用來(lái)()。