How do I run a program 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 dml statement?

0 Answers  


How many times can we commit in a loop?

0 Answers  


What is a heap in sql?

0 Answers  


What is the difference between microsoft sql and mysql?

0 Answers  


What is primary key and foreign key?

0 Answers  






While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?

8 Answers   iFlex,


How to return multiple rows from the stored procedure?

0 Answers  


What is the usage of the distinct keyword?

0 Answers  


What are the types of optimization?

0 Answers  


Is sql workbench free?

0 Answers  


Why is stored procedure faster than query?

0 Answers  


I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu

4 Answers   Adea,


Categories