what is trigger?
What is stored procedures?
What is a cursor?
Answer Posted / 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 |
Post New Answer View All Answers
How does a test coverage tool work?
What is testing type and what are the commonly used testing type?
Please Check out and Answer the Questions in Networking section. It's argent.
HI to all this is dinakar i am planning to write istqb foundation level exam but i dont have the material so any one have material regards that one please send to my id was dinakarmails@gmail.com thanks alot in advance
Explain glossary of software qa/testing?
Testing wherein we subject the target of the test, to varying workloads to measure and evaluate the performance behaviors and the ability of the target and the test to continue to function properly under these different workloads?
What is test tools?
How will you define a critical bug?
Faults found should be originally documented by whom?
What is path coverage testing?
Which review is normally used to evaluate a product to determine its suitability for the intended use and to identify discrepancies?
Explain glass box testing?
Explain configuration management?
how i find swing lenth of probe ?
Explain dynamic testing?