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
How is a PL/SQL code compiled?
What are sql objects?
define data blocks ? : Sql dba
How to read/write files from pl/sql?
What are the different types of functions in sql?
How do you create a unique index?
How to get each name only once from an employee table?
describe transaction-safe table types in mysql : sql dba
What is difference between my sql and sql?
What is record variable?
What is cartesian join in sql?
What are the different sql commands?
Can a foreign key be a duplicate?
Explain the order of sql statement execution?
Does pl/sql support create command?