Difference between inline query and stored procedure?

Answer Posted / sharad prakash singhania

Procedure resides in the database in the executable format
whereas in case of inline query, SQL always take a step to
compile the query and then execute it. So In this respect
Procedure takes less time to execute whereas query take more
time to execute.

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I clear the screen in sql plus?

553


Write a query to find the names of users that begin with "um" in sql?

508


How to return multiple rows from the stored procedure?

524


What is column?

554


what is datawarehouse? : Sql dba

572






How do I know if I have sql express or standard?

606


How you can copy a file to file content and file to pl/sql table in advance pl/sql?

620


What is an example of translating a date into julian format?

582


what is the difference between clustered and non clustered index in sql? : Sql dba

552


How do you update a value in sql?

549


What is procedure in pl sql?

538


Is and as keyword in pl sql?

516


Is pl sql and postgresql same?

574


How do I view tables in mysql?

544


How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?

598