單項選擇題下列關(guān)于函數(shù)依賴的敘述中,()條不正確。

A.由X→Y,Y→Z,有X→YZ
B.由XY→Z,X→Z,有X→Z,Y→Z
C.由X→Y,WY→Z,有XW→Z
D.由X→Y,及Y→Z,有X→Z


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題對于學生信息表(XSB),包含字段:學號(SNO),姓名(SNAME),性別(SEX),年齡(AGE),所在系(DEPT),其中SNO為主碼,檢索年齡在20~30之間的學生姓名和年齡,正確的語句是()

A.select sname,age from xsb where age>20and age<23
B.select*from xsb where age between20 and 23
C.select sname,age from xsb where agebetween20 and 23

5.單項選擇題printround(998.88,0),round(999.99,-1)執(zhí)行結(jié)果是:()

A.999.00,990.00
B.999.00,1000.00
C.998.00,1000.00
D.999.00,999.99