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 sql injection? How to protect against sql injection attack?
Can you edit the .rdl code associated with a linked report?
How to change the system date and time from SQL Plus Terminal ?
Where is my database stored on the hard disk in ms sql server?
Why Master database is required?
What is RAID? What are the different types of RAID configurations?
How to create function with parameter in sql server?
What is etl - extraction, transformation, and loading?
What can be used instead of trigger?
Explain four layers of abstraction microsoft architectured?
What is table level trigger?
Introduction of rollup clause using sum and group by clause?
What do you mean by the term 'normalization'?
What does it mean if @@cursor_row returns a negative number?
What do you mean by a Composite primary key?