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 many sql ddl commands are supported by 'mysql'? : Sql dba

535


can sql servers linked to other servers like oracle? : Sql dba

566


How to display the records between two range in Oracle SQL Plus?

650


Is big data nosql?

523


What is pl sql variable?

520






why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba

571


What is primary key and foreign key?

544


What is the purpose of the primary key?

578


How do we use distinct statement? What is its use?

564


What are the indexing methods?

591


Can sql function call stored procedure?

566


What is having clause in sql?

536


Mention what is the plv (pl/vision) package offers?

647


How to pronounce postgresql?

588


What are tables in sql?

555