Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Can we use the cursor's to create the collection in PL/SQL?
Does inner join remove duplicates?
Is left join and outer join same?
What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?
What is sql partition?
Explain how procedures and functions are called in a PL/SQL block ?
What is application trigger?
Is primary key clustered or nonclustered?
What is the difference between syntax error and runtime error?
what is the difference between cursor FETCH and FOR LOOP ?
3 Answers CG-VAK, Tech Mahindra,
Explain spool.
Hi all, i have a table as follows empid empname mgrid deptid 1 a 3 4 2 b 1 5 3 c 2 3 4 d 3 6 5 e 4 7 i want the output as empname mgrname a c b a c b d c e d