Answer Posted / janaki
hi this is janaki
i will tell u with example
we have class table with columns as
create table class
( cn number,
cname varchar2(15),
csize number):
class table created.
now we create a procedure for this table
create procedure proce1(@cno,@cn,@cs)
as
begin
if @cs>20
begin
insert into class values(@cno,@cn,@cs)
end
else
print 'csize should be greater than 20'
end
--procedure created.
we can make use of the 'exec(execute) command to call a
procedure by passing the parameters.
Exec proc1 111,'abc',35
these values to be inserted in class table.
this is the way we have to test stored procedures.ok.
Janaki.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
tell me some major and minor defects in ur net banking project?
Can anyone tell me, What is wound fixing?
What is showstopper defect?
What is common interface?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
What are the cases why parameterization is necessary when load testing the Web server and the database server?
What is the difference between functional testing and integration testing?
What is regression testing? When to apply it?
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
Can you explain regression testing and confirmation testing?
What is pesticide paradox? How to overcome it?
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
can anyone help me regarding testing patterns?
functional testing and usability testing test cases for transfer funds...
Explain test metric and the information it provides.