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 usually the first word in a sql query?
Explain the truncate command?
What are the common performance issues in sql server?
What are date and time data types in ms sql server?
How to create a local temporary stored procedure?
Why normalization is used?
What is optimistic concurrency?
Why use identity in sql server?
What is collation sensitivity?
In what version of sql server were synonyms released?
Define tempdb database?
Define magic tables in sql server?
How to locate and take substrings with charindex() and substring() functions?
What are the types of subscriptions in SQL Server replication?
How do I know if localdb is running?