what is trigger?
What is stored procedures?
What is a cursor?
Answers were Sorted based on User's Feedback
Answer / anwesha
1>Trigger is a store procedure that executes AUTOMATICALLY
to execute certain actions(insert\update\delete)
2types. . after(before commit opertion and it checked foregn
doesntkey constraint) and instead of(after commit opertion
and it doesnt checked foregn key constraint)
2>Store procedure set of trransactSQL statement.
its return val is mandatory
it may hav parameter(input and output)
3>Function also performs particular task
it alws returns a value.
while creation of table u can use function also as a member
| Is This Answer Correct ? | 9 Yes | 0 No |
first of all ,all these are something like functions in'C'
which are used to do some predefined task.
trigger:it is a function which by itself excutes according
to the condition or situation to which we have written.
ex:default emails will be sent to associates of a company
on thier b'day dates.
stored procedure:it is similar to a function which doesn't
return anything.where as function returns something when we
call it.
| Is This Answer Correct ? | 5 Yes | 4 No |
The names Sam Fisher and Gordon Freeman associated with mainly? a) Gaming characters b) Organizations CEO’s c) ______ d) ______
Evidence of your ability to quickly learn a new application or technology with proof of the effective role you played in the subsequent release of the software to a user/market.
hi frens, i need ur help if nebody had worked or workin on online banking projects n online job portals ..frens cud u pls gimme the realtime examples for critical bugs, high severity n low priority bugs high severity n high priority bugs low severity n low priority bugs high severity n low priority bugs related to banking n job portal
What is testing type and what are the commonly used testing type?
Why is the decision table testing used?
What is boundary value testing?
What is the minimum criteria for white box?
What is the role of quality assurance in a product development lifecycle?
can anyone tell where can i get coaching for visual studio test tool. post ans either here r send mail to nemsivaramy@gmail.com
content of test status report
Mention what are the categories of defects?
In what basis you will write test cases?