單項選擇題假設(shè)一系統(tǒng)原來使用Access數(shù)據(jù)庫,現(xiàn)要使用sql server數(shù)據(jù)庫,采用()方法可以完成兩個數(shù)據(jù)庫之間的數(shù)據(jù)轉(zhuǎn)換工作。

A.Sql server的附加數(shù)據(jù)庫功能
B.Sql server的還原數(shù)據(jù)庫功能
C.在Sql server中可直接打開Access數(shù)據(jù)庫,另存即可。
D.Sql server的導入導出功能


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題家庭住址最好采用()數(shù)據(jù)類型進行存儲。

A.Char/Nchar
B.text/Ntext
C.Varchar/Nvarchar
D.Char2/Nchar2

3.單項選擇題Sql server提供了一些系統(tǒng)函數(shù),以下說法錯誤的是()。

A.selectdatalength(‘abcde’)返回值為:5
B.selectconvert(char(3),12345) ;返回值為:123
C.selectconvert(char(5),12345) ;返回值為:12345

4.單項選擇題假設(shè)訂單表orders用來存儲訂單信息,cid代表客戶編號,money代表單次訂購額,現(xiàn)要查詢每個客戶的訂購次數(shù)和每個客戶的訂購總金額,下面()sql語句可以返回正確結(jié)果。

A.select cid,count(distinct(cid)),sum(money) from orders group by cid
B.select cid,count(distinct(cid)),sum(money) from orders order by cid
C.select cid,count(cid),sum(money) from orders order by cid
D.select cid,count(cid),sum(money) from orders group by cid

5.單項選擇題定義列中可以接受的數(shù)據(jù)值或格式,稱為()。

A.唯一性約束
B.檢查約束
C.主鍵約束
D.默認約束

最新試題