单项选择题
A.使用索引可以提高对表的检索速度,所以索引字段设置的越多速度就会越快B.建立索引的表对其进行dml操作速度要比没有建立索引的表快C.索引可以提高对表的检索速度,对于经常用做查询条件的字段应对其建立索引D.以上都不正确
A.no_rows_foundB.no_data_foundC.no_data_rows_foundD.invalid_Number
A.PI const real=3.14B.PI real const=3.14:C.constant PI real:=3.14D.PI constant real:=3.14