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
Can group functions be mixed with non-group selection fields in ms sql server?
Explain the properties of a relational table?
How to find the version of sql server? : sql server database administration
Explain identity in sql server?
What purpose does the model database server?
What is BLOCK statements in SQL?
How to sort the query output with order by clauses in ms sql server?
Do you know what are the steps to process a single select statement?
What is bcp? When does it use?
Explain sql delete command?
Difference between Sql server reporting services and Crystal reports?
What is an expensive query?
What is usually the first word in a sql query?
Can you please differentiate between a primary key and a unique key?
How do I make a resultset scrollable?