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#
最新試題
點擊TreeView控件任務(wù)小窗口的“編輯節(jié)點”,打開編輯節(jié)點窗口可以添加根節(jié)點。
關(guān)于頁面驗證,說法不正確的是()。
具有編輯功能的數(shù)據(jù)顯示控件是()。
母版頁技術(shù)不能可供開發(fā)人員統(tǒng)一網(wǎng)站布局風(fēng)格。
設(shè)置TextMode屬性,可使得TextBox具有多種使用形式。
和ASP一樣,ASP.NET也是一種基于面向?qū)ο蟮南到y(tǒng)。
只能顯示數(shù)據(jù)的數(shù)據(jù)顯示控件是()。
具有編輯、刪除功能的數(shù)據(jù)顯示控件是()。
專用于存取XML格式的站點地圖文件的數(shù)據(jù)源控件是()。
我們要驗證輸入的電子郵件地址格式是否正確,不合適的驗證控件是()。