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
what are aggregate and scalar functions? : Sql dba
what is 'mysqld'? : Sql dba
What are the benefits of pl sql?
Why indexing is needed?
Is nosql relational?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
what is a relationship and what are they? : Sql dba
Can you join a table to itself?
Why is a trigger used?
What is compilation error in pl sql?
How do I order columns in sql?
Explain the difference between sql and mysql.
What is thread join () in threading?
what is a constraint? : Sql dba
what is log shipping? : Sql dba