PL/SQL functions [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Homework on PL/SQL FUNCTIONS plsql functions Function: function to Display_Employee_Name_In_Uppercase that accepts the Employee_ID from the Empoyees table and returns the first and the last name of the employee in uppercase. Write a small PL/SQL program to display the names of the employees whose Employee_IDs are 107, 200 and 205. this is what I have done I didnt know how to complete it can help ? CREATE OR