單項選擇題SQL是一種()語言。

A.函數(shù)型
B.高級算法
C.關(guān)系數(shù)據(jù)庫
D.人工智能


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下哪項是用來分組的()

A.ORDER BY
B.ORDERED BY
C.GROUP BY
D.GROUPED BY

2.單項選擇題創(chuàng)建數(shù)據(jù)庫使用以下哪項()

A.create mytest
B.create table mytest
C.database mytest
D.create database mytest

4.單項選擇題以下中語句錯誤的是()

A.alter table emp delete column addcolumn;
B.alter table emp modify column addcolumn char(10);
C.alter table emp change addcolumn addcolumn int;
D.alter table emp add column addcolumn int;

5.單項選擇題刪除用戶賬號命令是()

A.DROP USER
B.DROP TABLE USER
C.DELETE USER
D.DELETE FROM USER