Question: Name Null? Type ------ -------- ------------ DEPTNO NOT NULL NUMBER(2) DNAME VARCHAR2(14) LOC VARCHAR2(13) Name Null? Type ------ -------- ------------ DEPTNO NOT NULL NUMBER(2) DNAME

Name Null? Type ------ -------- ------------ DEPTNO NOT NULL NUMBER(2) DNAME VARCHAR2(14) LOC VARCHAR2(13) Name Null? Type ------ -------- ------------ DEPTNO NOT NULL NUMBER(2) DNAME VARCHAR2(14) LOC VARCHAR2(13)

-- create a function called GET_DEPT_NAME in eclipse : --1)the function return the department name as an output. it received the deptno as an input parameter -- 2)use GET _DEPT_NAME function in a sql select statement to list name, and department name of all employees avoiding using join in the quary

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!