多項選擇題23關(guān)系數(shù)據(jù)模型哪些優(yōu)點?()

A.結(jié)構(gòu)簡單
B.有標準語言
C.適用于集合操作
D.可表示復雜的語義


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題關(guān)于insert語句下列說法正確的是()

A.insert into表名values(字段名1對應的值);
B.insert into表名values(字段名1對應的值,字段名2對應值);
C.insert into表名(字段名1)value(字段名1對應的值);
D.insert into表名(字段名1,字段名2)values(字段名1對應的值,字段名2對應值);

3.多項選擇題語句select * from products where prod_name like’%se%’結(jié)果集包括()

A.檢索products表中prod_name字段以’se’結(jié)尾的數(shù)據(jù)
B.檢索products表中prod_name字段以’se’開關(guān)的數(shù)據(jù)
C.檢索products表中prod_name字段包含’se’的數(shù)據(jù)
D.檢索products表中prod_name字段不包含’se’的數(shù)據(jù)

4.多項選擇題對于顯示操作以下說法正確的是()

A.show database;顯示所有數(shù)據(jù)庫
B.show table;顯示所有表
C.show tables;顯示所有表
D.show databases;顯示所有數(shù)據(jù)庫

5.多項選擇題以下哪項是事務特性()

A.獨立性
B.持久性
C.原子性
D.一致性