Answer Posted / nagaraju bhatraju
DECLARE
TYPE v_arr IS VARRAY(25) of NUMBER(3);
v1 v_arr;
v_empno employee.empno%TYPE;
BEGIN
v1(2) := 3;
DBMS_OUTPUT.PUT_LINE('The Value of v1(2) = ' || v1(2));
v_empno := 4;
END;
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
What is a shortcut and copy in Informatica and how two are different with each other?
What do you understand by term role-playing dimension?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
What is the difference between Active and Passive transformation?
hi real timers . iam waiting for ur reply regarding ETL TESTING
How many number of sessions can one group in batches?
What is different between the data warehouse and data mart?
Explain pmcmd command usage in informatica
What is meant by a domain?
What are the types of caches in lookup?
What are the types of presistent cache in look up tr.
How do you manage the Parameter files while migrating your data from one environment to another environment?
Define pmcmd command?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
Target increases every day even though no new record was inserted