A.Sql server的附加數(shù)據(jù)庫功能
B.Sql server的還原數(shù)據(jù)庫功能
C.在Sql server中可直接打開Access數(shù)據(jù)庫,另存即可。
D.Sql server的導(dǎo)入導(dǎo)出功能
您可能感興趣的試卷
你可能感興趣的試題
A.10
B.6
C.4
D.0
A.Char/Nchar
B.text/Ntext
C.Varchar/Nvarchar
D.Char2/Nchar2
A.selectdatalength(‘abcde’)返回值為:5
B.selectconvert(char(3),12345) ;返回值為:123
C.selectconvert(char(5),12345) ;返回值為:12345
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
A.唯一性約束
B.檢查約束
C.主鍵約束
D.默認(rèn)約束
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
在以下選項(xiàng)中哪些屬于視圖的功能()
在SQL中,刪除操作有drop、truncate、delete,其中風(fēng)險(xiǎn)等級最高的是delete。
在MySQL中如果權(quán)限授予不合理,可以通過EVOKE ALL PRIVILEGES ON *.*FROM’username’@’localhost’來收回對所有數(shù)據(jù)庫的所有權(quán)限。
mysql變量有4種類型:局部變量、用戶變量、會(huì)話變量和全局變量。
以下關(guān)于級聯(lián)刪除描述正確的是()
存儲過程一經(jīng)定義,就可以被反復(fù)調(diào)用,從而實(shí)現(xiàn)了代碼的復(fù)用性、封裝性、高性能等。
MySQL變量可分為兩大類,即用戶變量和系統(tǒng)變量。
參數(shù)的取名可以與數(shù)據(jù)表的列名相同。
不同的用戶合理地分配相應(yīng)權(quán)限,能有效控制不同用戶對不同數(shù)據(jù)的“增刪秘方”權(quán)限,是保護(hù)數(shù)據(jù)的一種有效手段。
在以下選項(xiàng)中哪些屬于視圖的特點(diǎn)()