How to perform a loop through all tables in pl/sql?
Answer Posted / rahul name
We can use user_tables view of data dictionary.
create a cursor based on query
select * from user_tables and then use use this cursor
in for loop
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Why cross join is used?
What is an exception in pl/sql?
Can function return multiple values in sql?
What is nosql db?
What is full join in sql?
Mention what pl/sql package consists of?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is the difference between a query and a report?
What is right join in sql?
Can we use commit inside a trigger?
What is meant by user defined function?
What are the advantages of stored procedure?
What's the difference between inner join and left join?
What is not in sql?
What is update query?