Difference between inline query and stored procedure?

Answer Posted / inam abbas

1) stored procedure comes with some major characterstics, as it consists in pre compiled format so the performance increase during dataaccess. incase of simple query it requires to complie again and again as per user request, but here its not required due to precompile format (*compile requires only ones).


2)next it reduce the network traffice so impacts less burden on server and u can integrate it with different front-end applications (e.g. vb.bnet,c#,java etc) inorder to data access.


3)come to next, due to precompile code resides in database server it provides more security and due to complicated queries can be integrated with one form it is portable also.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the reports view in oracle sql developer?

545


Is it possible to include an insert statement on the same table to which the trigger is assigned?

567


How to get list of all tables from a database?

633


What is bulk collect in pl sql?

535


What are the parts of a sql statement?

559






Is hadoop a nosql?

579


What is a scalar value in sql?

594


what is data integrity? : Sql dba

596


what are wild cards used in database for pattern matching ? : Sql dba

554


What are the different types of functions in sql?

519


What is mutating error?

511


Is sql database free?

535


What is sorting in sql?

507


What is the use of <> sql?

558


What is pivot in sql?

514