What is type and rowtype in pl 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,


Is it possible to update views?

0 Answers  


what are date and time data types? : Sql dba

0 Answers  


What is the maximum number of columns in sql table?

0 Answers  


What is the advantage of index in sql?

0 Answers  






How do you update a value in sql?

0 Answers  


What is the syntax to add a record to a table?

0 Answers  


how is exception handling handled in mysql? : Sql dba

0 Answers  


what is the functionality of the function htmlentities? : Sql dba

0 Answers  


Define join and name different types of joins?

0 Answers  


What is the Diff b/w Constraints and Trigeer

4 Answers   HCL,


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 Suneel Reddy

6 Answers   Target,


Categories