A.Where 圖書數(shù)量>10 And 圖書數(shù)量<30 B.Where 圖書數(shù)量>=10 And 圖書數(shù)量<30 C.Where 圖書數(shù)量>=10 And 圖書數(shù)量<=30 D.Where 圖書數(shù)量>10 And 圖書數(shù)量<=30
A.Selec t姓名,性別 From Student B.Select*From Student C.Select 姓名,性別 From Student Where 姓名=“張山“ D.Select*From Student Where 姓名=“張山“
A.Insert語句可以向數(shù)據(jù)表中追加新數(shù)據(jù)記錄 B.Update語句用來修改數(shù)據(jù)表中已經(jīng)存在的數(shù)據(jù)記錄 C.Delete語句用來刪除數(shù)據(jù)表中的記錄 D.Select語句可以將兩個(gè)或更多表或查詢中的記錄合并到一個(gè)數(shù)據(jù)表中