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


Please Help Members By Posting Answers For Below Questions

what are aggregate and scalar functions? : Sql dba

734


what is 'mysqld'? : Sql dba

702


What are the benefits of pl sql?

764


Why indexing is needed?

724


Is nosql relational?

706






what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba

850


what is a relationship and what are they? : Sql dba

741


Can you join a table to itself?

710


Why is a trigger used?

693


What is compilation error in pl sql?

694


How do I order columns in sql?

698


Explain the difference between sql and mysql.

752


What is thread join () in threading?

731


what is a constraint? : Sql dba

881


what is log shipping? : Sql dba

820