A.增量模型 B.快速原型 C.瀑布模型 D.螺旋模型
A.model B.view C.controller
pl/sql中有4條與游標有關的語句,他們在程序中出現(xiàn)的正確順序是() 1 open abc 2 cursor abc is select ename from emp 3 fetch abc into vname 4 close abc
A.1234 B.2134 C.2314 D.1324