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
how are mysql timestamps seen to a user? : Sql dba
What are the types pl/sql code blocks?
What is the maximum rows in csv?
Explain 3 basic parts of a trigger.
Can we create foreign key without primary key?
How to select 10 records from a table?
Mention what pl/sql package consists of?
What is a unique constraint?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How do you write an inner join query?
Is it possible to create startup or shutdown trigger for on-schema?
What does an inner join do?
What is the trigger in sql?
Difference between global and parameter variables?
What are the subsets of sql?