Media Summary: 1. List employee name, department number and their corresponding department name by joining EMP and DEPT tables 2. In this course, we'll be looking at database management Create a function named GET_EMP_ANNSAL which accepts employee Number as a parameter and Returns Annual Salary of the ...
Basic Sql Operations Scott Tiger - Detailed Analysis & Overview
1. List employee name, department number and their corresponding department name by joining EMP and DEPT tables 2. In this course, we'll be looking at database management Create a function named GET_EMP_ANNSAL which accepts employee Number as a parameter and Returns Annual Salary of the ... CREATE a PROCEDURE NAMED DISPLAY_RECORDS which accepts the P_JOB AS a parameter AND display ALL the ... 1.CREATE DEPARTMENT TABLE WITH the following columns WITH appropriate data type AND width a) Deptno PK b) Danme c) ... 1. Insert at least 5 valid rows into DEPARTMENT table and commit the changes 2. Insert at least 14 valid rows in EMPLOYEE table ...