Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Please Help me in understanding the following Question!

$
0
0
Can anyone help me in understanding the following problem:

I have to create a table to log employee terminations. Include the empno, emp name, the date hired, the date terminated, and the name of the oracle user who terminated the employee.

Code:

The EMP table is as follows:

EMPNO , ENAME, JOB, MGR, HIREDATE, SAL,COMM,DEPTNO


Code:

Here is the DEPT table:

DEPTNO, DNAME, LOC

I just have HIREDATE with me and wondering how can I determine date of termination and the user who terminated?

Thanks

Viewing all articles
Browse latest Browse all 13329

Trending Articles