What is the basic difference between a sql and stored
procedure ?
Answer Posted / thanjairajan@gmail.com
SQL is a Language. Stored procedure is transact SQL statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many row comparison operators are used while working with a subquery?
What is posting?
What are user defined functions?
What does over partition by mean in sql?
What is mutating error?
What is output spooling in sql*plus?
How do you take the union of two tables in sql?
how does a local variable is defined using t-sql? : Transact sql
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Which one is better subquery or joins?
How to call shell script from pl sql procedure?
Explain locks? : Transact sql
How can I make sql query run faster?
What is db journal file?
How many triggers can be applied on a table?