What will you get by the cursor attribute sql%notfound?


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

Post New Answer

More SQL PLSQL Interview Questions

What is numeric function sql?

0 Answers  


How delete all data from all tables in sql?

0 Answers  


What is a temporal table?

0 Answers  


How do you define a foreign key?

0 Answers  


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,






what are the advantages of package?

7 Answers   iFlex,


How do u count no of rows in a table?

8 Answers   CTS,


What is the difference between an inner and outer join?

0 Answers  


What is a temp table?

0 Answers  


How many types of triggers exist in pl/sql?

0 Answers  


write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35

1 Answers   TCS,


Is sql procedural language?

0 Answers  


Categories