Posts by LosinChances • 1 point
1 post
-
0
votes0
answers39
viewsQ: How to use one column to get value from the other in PL/SQL
I have the following tables in PL/SQL: employees ( employee_ed, first_name, last_name, phone_number, hire_data, job_id, salary, manager_id, department_id ) departments ( department_id,…