in procedure how to return a value

Answers were Sorted based on User's Feedback



in procedure how to return a value..

Answer / rahul khanke

we can return a single or more than one value useing OUT
prameter

Is This Answer Correct ?    4 Yes 0 No

in procedure how to return a value..

Answer / roopesh kumar

with haelp of out or inout parameter

Is This Answer Correct ?    2 Yes 0 No

in procedure how to return a value..

Answer / murali

By using OUT Parameter

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what are the type of locks ? : Sql dba

1 Answers  


What are types of indexes in sql?

1 Answers  


what is self-join? : Sql dba

1 Answers  


How to write pl sql program in mysql command prompt?

1 Answers  


I m giving Source, Destination and Age. Write a procedure or function, it will give to u this source to destination tickets are available or not, if available then check this person is senior citizen or not,if this person is senior citizen then give some discount. PLZ give this answer...... Thanks advance.....

3 Answers  


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

1 Answers  


Can you have multiple SPs with the same name on a database?

6 Answers   CGI,


25.67,-1 Trunc = 20 Round= 30 HOW????

2 Answers   Karrox,


what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba

1 Answers  


what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql

1 Answers  


how to create a table index in mysql? : Sql dba

1 Answers  


source destination distance chennai bangalore 500 bangalore chennai 500 hyd delhi 1000 delhi hyd 1000 bangalore hyd 800 Here chennai to bangalore and bangalore to chennai is same distance. and hyd and delhi also same criteria. Based on the distance i want to display only one row using sql query?

4 Answers   JPMorgan Chase,


Categories