Difference between inline query and stored procedure?

Answer Posted / jas

Select statement which is part of form clause of any
another statement is called as inline query.
Cannot take parameters.
Not a database object

Procedure:
Can take paramters
Database object
can be used globally if same action needs to be performed.

Is This Answer Correct ?    27 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we store rows in PL/SQL using array?

668


How do I quit sql?

502


What is record data type?

518


column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.

6088


What is a record in a database?

563






What are the two parts of design view?

585


Can we rollback after truncate?

566


What is trigger explain it?

551


What are the different types of triggers?

595


What is mdf ldf and ndf?

563


How do you delete data from a table?

546


How many joins can you have in sql?

524


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

667


What does 0 mean in sql?

530


What is faster join or subquery?

513