What is prepared statement 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 the difference between clustered and non-clustered index in sql?

0 Answers  


What is pl/sql language case sensitive?

0 Answers  


trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output trans_id trans_date trans_amt debit_credit_indicator 001 JAN 1599 cr no.of trans 2 i want trans_id and trans_date like 'JAN' or 'FEB' etc, trans_amt i want all credit amount - debit amount per each trans_id. and debit_credit_indicator and no.of transactions in a month.

1 Answers   Oracle,


What Is a Trigger? How Do You Use It?

3 Answers  


What is error ora-12154: tns:could not resolve the connect identifier specified?

0 Answers  






Can we use join in subquery?

0 Answers  


How many triggers can be implemented for a table?

3 Answers   HSBC,


Explain the difference between 'between' & 'and' operators in sql

0 Answers  


What is function and procedure?

0 Answers  


What is the difference between nvl function, ifnull function, and isnull function?

0 Answers  


Can there be 2 primary keys in a table?

0 Answers  


What is cursor status?

0 Answers  


Categories