Answer Posted / koppalahareesh
declare @y int;
set @y = 2016;
SELECT DATEDIFF(day,cast(@y as char(4)), cast(@y+1 as char(4))) Days
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use non clustered index?
How to access the deleted record of an event?
Define Wed Edition in SQL Azure?
Do you know what is rank function?
What do you understand by recursive stored procedures?
How ssrs maintain security?
How to get all stored procedures in sql server?
Why should you use or avoid select * statements?
Explain rdbms?
What are the 7 disadvantages to a manual system?
Can coalesce return null?
What are key constraints?
What does ss stand for sexually?
What command do we use to rename a db, a table and a column?
What is a natural primary key?