What is difference between stored procedure & function?
Answer Posted / shreenath27@yahoo.co.in
function will return value but procedure will not return any
value
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the default order of an order by clause?
Why de-normalization required?
What is the difference between a primary key and a unique key? Are they the same?
What are the differences between sql server and mysql.
What is the difference between sdf and mdf?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
Explain about Normalization?
Define full outer join in sql server joins?
Can two tables share the same primary key?
What is the difference between deallocate cursor and close cursor?
Is it possible to replicate data from sql server to oracle? : sql server replication
Can primary key be a foreign key?
Is t sql the same as sql server?
what is sql server? : Sql server database administration
What command must you use to include the not null constraint after a table has already been created?