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
What is the difference between database trigger and stored procedure?
What is sql server and ase?
Which operator is used in query for pattern matching?
what is foreign key? : Sql dba
Which are the different case manipulation functions in sql?
Is inner join same as self join?
Can you inner join the same table?
Is vs as in pl sql?
How do I get sql certification?
how do you know if your mysql server is alive? : Sql dba
What is the difference between union and union all command?
Why we use cross join?
What is latest version of sql?
Can we write dml inside a function in sql server?
Which join is like an inner join?