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
Can a table contain multiple primary key’s?
Explain the commit statement.
What are its different types of dbms?
How do I remove sql plus from windows 10?
what is not null constraint? : Sql dba
What is sqlservr exe?
What is sql character function?
explain the difference between myisam static and myisam dynamic. : Sql dba
what does the t-sql command ident_incr does? : Transact sql
What is example of database?
What is the advantage of index in sql?
What is a call statement? Explain with an example.
Why do we use view in sql?
What is sqlerrd?
Is not equal in sql?