What are stored procedures in mysql?


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

Post New Answer

More SQL PLSQL Interview Questions

What is a rank in sql?

0 Answers  


Whate is use of MOD function in pl/sql.

3 Answers   Oracle,


How do I clear the screen in sql plus?

0 Answers  


What is db journal file?

0 Answers  


How to fetch the rows by dynamicaly passing table name through cursor?

3 Answers  






When can we use the where clause and the having clause?

0 Answers  


How do I count records in sql?

0 Answers  


Why partition by is used in sql?

0 Answers  


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

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

6 Answers   Target,


Why does sql need a server?

0 Answers  


What is the difference between between and in condition operators?

0 Answers  


Categories