How to perform a loop through all tables in pl/sql?
Answer Posted / mahesh gulati
select * from sysobjects where type = 'u'
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Why do we use %rowtype & %type in plsql?
What is rank dense_rank and partition in sql?
What is a heap in sql?
How to get list of all tables from a database?
How many postgresql users are there, worldwide?
How many types of indexes are there in sql?
What is the difference between function and procedure in pl/sql?
What is dml and ddl?
What is pl sql commands?
Is json a nosql?
What language is oracle sql developer?
what is acid property in database? : Sql dba
Which one is better subquery or joins?
What is cursor in pl sql?
Is nosql faster than sql?