How will oyu test the stored procedure taking two parameters
namely first name and last name returning full name?

Answer Posted / chandra rekha

create procedure prctrial @firstname char(5),
@lastname char{5}
as
print @firstname+''+@lastname

prctrial Miss,Happy

output....Miss Happy

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does order by actually change the order of the data in the tables or does it just change the output?

833


How to test subquery results with the exists operator?

647


How to create hyperlink from returned sql query ?

720


What command is used to delete a table from the database in the sql server and how?

634


What are “phantom rows”?

1335






How do I make a resultset scrollable?

614


Explain candidate key, alternate key, and composite key?

667


What does the on delete cascade option do?

656


What is the advantage of sql server?

628


What is snapshot report?

132


How to configure and test odbc dsn settings?

665


What is the purpose of floor function?

638


Where the sql logs gets stored?

624


What is the server name for sql management studio?

548


What does sql server mean?

612