What is exception? What are the types of exceptions?


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

Post New Answer

More SQL PLSQL Interview Questions

how to create a test table in your mysql server? : Sql dba

0 Answers  


What is clustered and nonclustered index in sql?

0 Answers  


What is trigger in pl sql?

0 Answers  


explain the difference between myisam static and myisam dynamic. : Sql dba

0 Answers  


How do you retrieve set of records from database server. {Set max records = 100 & use paging where pager page no or records = 10 & after displaying 100 records again connect to database retrieve next 100 }

2 Answers   DELL,


What is dml with example?

0 Answers  


how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);

11 Answers   Satyam,


What are different joins used in sql?

0 Answers  


How do I view a table in sql?

0 Answers  


What are secondary keys?

0 Answers  


Can we call stored procedure in function?

0 Answers  


Can a composite key be null?

0 Answers  


Categories