Answer Posted / satya
create function abc(@lpyr int)
returns int
As
returns 365+@udflpyr (@lpyr)
....
User Defined function is declared to find a leap yr
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between dbcc indexdefrag and dbcc reindex?
What are various limitations of the views?
What are the steps to insert a table?
What samples and sample databases are provided by microsoft?
How to create an multi-statement table-valued function?
is there a column to which a default can't be bound? : Sql server database administration
What are translations and its use? : sql server analysis services, ssas
What is an entity-relationship diagram (erd)?
Can you please explain the difference between primary keys and foreign keys?
What is a partition function in sql server?
Which data type columns are the best candidates for full-text indexing?
How each E-R model constructs can be mapped to the relational model?
What is a natural primary key?
Where can you add custom error messages to sql server?
Explain cursor as data base object?