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
What is difference between group by and having?
What is raid, and how it can influence database performance?
What stored by the tempdb ? : sql server database administration
What do you mean by 'normalization'?
how you can configure a running aggregate in SSRS?
What is the difference between a unique key and primary key?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is the cpu pressure?
What is BCP? When does it used in sql server 2012?
What is the Control Flow in SSIS
Explain about nested stored procedure?
How to list all columns in a table using odbc_columns()?
How to perform key word search in tables?
State a few properties of relational databases?
How can we use ConnectorJ JDBC Driver with MS SQL?