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
Get step-by-step solutions from verified subject matter experts
