單項(xiàng)選擇題"Select*from學(xué)員where姓名like‘_歆%王’",該語句含義是()

A.從學(xué)生表中選擇名字為三個(gè)字,并且名為“歆”的所有記錄
B.從學(xué)員表中選擇姓名中第四個(gè)字是“歆”字的所有記錄
C.從學(xué)員表中選擇姓名為兩個(gè)字并且其中第2個(gè)字是“歆”字的所有記錄
D.從學(xué)員表中選擇姓名中包含“歆”字且最后一個(gè)字是王字的所有記錄


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題查找yuangong表中所有電話號(hào)碼(列名:telephone)的第一位為8或6,第三位為0的電話號(hào)碼()

A.SELECT telephone FROM yuangong WHERE telephone LIKE’[8,6]%0*’
B.SELECT telephone FROM yuangong WHERE telephone LIKE’(8,6)*0%’
C.SELECT telephone FROM yuangong WHERE telephone LIKE’[86]_0%’
D.SELECT telephone FROM yuangong WHERE telephone LIKE’[86]_0*’

2.單項(xiàng)選擇題為數(shù)據(jù)庫表創(chuàng)建索引的目的是()

A.提高查詢的檢索性能
B.創(chuàng)建唯一索引
C.與SQLServer數(shù)據(jù)檢索的速度無關(guān)
D.加快數(shù)據(jù)庫打開的速度

3.單項(xiàng)選擇題有關(guān)SQLSERVER 2008創(chuàng)建數(shù)據(jù)表的說法,以下正確的是()

A.數(shù)據(jù)庫對創(chuàng)建表的數(shù)量沒有限制
B.創(chuàng)建數(shù)據(jù)庫表示不能同時(shí)創(chuàng)建約束
C.創(chuàng)建數(shù)據(jù)庫表的同時(shí)創(chuàng)建主鍵,實(shí)際上是在創(chuàng)建表后對表進(jìn)行修改
D.創(chuàng)建數(shù)據(jù)庫表的同時(shí)創(chuàng)建外鍵,實(shí)際上是在創(chuàng)建表后對表進(jìn)行修改

5.單項(xiàng)選擇題查詢student表中的所有非空email信息,以下語句正確的是()

A.Select email from student where email!=null
B.Select email from student where emailnotisnull
C.Select email from student where email<>null
D.Select email from student where emailisnotnull