How do I view a procedure in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is referential integrity ?

3 Answers   BirlaSoft,


What is left inner join in sql?

0 Answers  


What is difference between TRUNCATE & DELETE?

16 Answers   Ahn Infotech, CitiGroup, ICICI, PreVator, Saama Tech, SkyTech, TCS,


cursor types? explain with example programs?

1 Answers   HP,


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance

5 Answers   Target,






How do you explain an index?

0 Answers  


What are sql*plus environment variables?

0 Answers  


What is materialized view. What are different methods of refresh?

0 Answers  


Can we use two order by clause in query?

0 Answers  


how to use 'mysql' to run sql statements? : Sql dba

0 Answers  


I am creating an index on Emp table Empno column,if u using this indexed column in ur SELECT stmt. where clause,then how do u know that yr index will be working or nor? Thanks Advance...

3 Answers  


What is the difference between view and stored procedure?

0 Answers  


Categories