BD is the correct answer.
You can test this :
Create table hr.test_employees
(emp_id number (5) primary key,
Ename varchar2(15) not null,
Email varchar2(40) unique,
Address long,
Resume clob,
Department_id number(4) constraint emp_dept_id_fx references hr.departments(department_id)
);
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jfc1
Highly Voted 1 year, 6 months agoamizh
Most Recent 4 months, 2 weeks agoyaya32
7 months, 2 weeks agolucemqy
9 months, 3 weeks agozouve
1 year, 2 months ago