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 is the difference between cluster and non-cluster index?
Show code of a cursor for loop.
What is sqlcontext?
explain advantages of myisam over innodb? : Sql dba
what is the difference between delete and truncate statement in sql? : Sql dba
Why do we use function in pl sql?
Does sql support programming?
Explain exception handling in pl/sql?
What sql database should I use?
What is sql resultset?
How to use sql statements in pl/sql?
what is the syntax for using sql_variant_property? : Transact sql
What is null in pl/sql?
What is a sql statement?
Determine if oracle date is on a weekend?