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 does join work in sql?
What is the difference between syntax error and runtime error?
What is java sql package?
What is difference between inner join and self join?
Can unique keys be null?
Why do we need cursor in pl sql?
Can we enter data in a table in design view?
What are the 3 types of behavioral triggers?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
what is the difference between a having clause and a where clause? : Sql dba
Explain the working of foreign key?
What is write ahead logging in sql server?
How to disable a trigger name update_salary?
What is auto increment in sql?
How does postgresql compare to "nosql"?