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
How to start the command-line sql*plus?
What is the usage of the distinct keyword?
What is user in sql?
What is difference between inner join and cross join?
What is difference between function and trigger?
How can you select unique records from a table?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
Why is sharding used?
What are the topics in pl sql?
What is the meaning of disabling a trigger?
Does sql use python?
What is the difference between microsoft access and sql server?
Which language is used in sql?
What is the need of merge statement?
What is the difference between the conventional and direct path loads? : aql loader