Hi,
I am creating a function and I want it to add a tuple from the function to a table-as the question says above :'D-
I got the function right but I am missing something...I am missing the part of
RETURNS
What should I write after RETURNES keyword ? I want to add a tuple -let's say I want to add The Employee_id , Employee_name, Spec-
How can I return these values into the table ?
Thanks in advance,