当需要返回当前用户的名字,可以执行如下()SQL语句。
A:SELECT user FROM V$DBA
B:SELECT user FROM dual
C:SELECT name FROM dual
D:SELECT name FROM V$DBA
出自:Oracle认证