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, 4 months agoamizh
Most Recent 2 months, 3 weeks agoyaya32
5 months, 3 weeks agolucemqy
8 months agozouve
1 year ago