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"
最新試題
當(dāng)FormView控件默認的格式不能滿足要求時,可以對ItemTemplate模板進行布局。
關(guān)于頁面驗證,說法不正確的是()。
可以修改GridView控件標(biāo)題行字段所顯示的文字。
ASP.NET的服務(wù)器控件可看做ASP.NET的功能單元。
我們要驗證輸入的電子郵件地址格式是否正確,不合適的驗證控件是()。
需要GridView控件具有分頁功能,且每頁顯示22條記錄,需修改()。
以下的網(wǎng)頁技術(shù)中不是客戶端動態(tài)網(wǎng)頁技術(shù)的是()。
只能顯示數(shù)據(jù)的數(shù)據(jù)顯示控件是()。
在與母版頁合并后,內(nèi)容頁中控件的ID不會變化。
數(shù)據(jù)庫操作一般用服務(wù)器端程序完成。