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"
A.bc
B.b+c
C."b+c"
D."b ;c"
最新試題
以下的網(wǎng)頁(yè)技術(shù)中不是客戶端動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)的是()。
ASP.NET的服務(wù)器控件可看做ASP.NET的功能單元。
Asp.Net主要依靠在瀏覽器正確輸入工作進(jìn)行驗(yàn)證工作,因?yàn)樵跒g覽器端驗(yàn)證可以將錯(cuò)誤發(fā)現(xiàn)在提交之前,以減少信息的傳輸量。
ADO.NET在斷開(kāi)與數(shù)據(jù)源連接時(shí)不能工作。
只能顯示數(shù)據(jù)的數(shù)據(jù)顯示控件是()。
使用頁(yè)面驗(yàn)證時(shí),以下描述說(shuō)法正確的是()。
數(shù)據(jù)緩存是將數(shù)據(jù)暫存于內(nèi)存緩存區(qū)中的一種技術(shù)。
我們要驗(yàn)證輸入的電子郵件地址格式是否正確,不合適的驗(yàn)證控件是()。
具有編輯、刪除功能的數(shù)據(jù)顯示控件是()。
TreeView控件的節(jié)點(diǎn)的Selected方法表示是否被選中。