多項選擇題數(shù)據(jù)庫分類有()

A.關系型數(shù)據(jù)庫
B.非關系型數(shù)據(jù)庫
C.網(wǎng)絡數(shù)據(jù)庫
D.本地數(shù)據(jù)庫


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題mysql中,字段類型約束為非負的是()

A.primarykey
B.unsigned
C.unique
D.notnull

2.單項選擇題mysql中,unique表示的約束是()

A.主鍵
B.非負
C.唯一
D.非空

3.單項選擇題定義表時,默認的約束是()

A.primarykey
B.notnull
C.default
D.createdatabase

4.單項選擇題mysql中,字段類型約束為自增對應的關鍵字為()

A.key
B.auto_increment
C.PRIMARY
D.ID

5.單項選擇題進入數(shù)據(jù)庫后,我們要選擇數(shù)據(jù)庫,可以使用()

A.use數(shù)據(jù)庫名
B.selectdatabase
C.select
D.user