A、select * from emp where comm='';
B、select * from emp where comm=null;
C、select * from emp where nvl(comm)=0;
D、select * from emp where comm is null;
E、select * from emp where nvl(comm,0)=0
A、select * from emp where comm='';
B、select * from emp where comm=null;
C、select * from emp where nvl(comm)=0;
D、select * from emp where comm is null;
E、select * from emp where nvl(comm,0)=0
时间:2022-01-01 08:35 关键词: Oracle认证综合练习