如何将变量v_row定义为emp表的记录类型()
A:v_row emp%type;
B:v_row emp%record;
C:v_row emp%tabletype;
D:v_row emp%rowtype;
出自:Oracle认证