Answer Posted / uday
Sp is nothing but Group of T-Sql Statments compiled into a
single execution plan.
Sy: create procedure Pname
{@parameter1 datatype,@parameter2.........)
as
SQL Statments
end
Plz let me know if i am wrong
uday_testing@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are date and time data types? : Sql dba
Is oracle sql free?
What is the current version of postgresql?
What are the types of triggers in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Do we need to rebuild index after truncate?
Can we create clustered index without primary key?
what is unique key constraint? : Sql dba
What is sql injection vulnerability?
What is a sql schema used for?
What is mutating sql table?
Explain unique key in sql.
Is postgresql a nosql database?
what is difference between delete and truncate commands? : Sql dba
What are the disadvantages of not performing database normalization?