write a query to display diference between two dates in sql
server
Answer Posted / pushpa
datediff(mm,getdate(),'9/6/1980')
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain what is table in a database?
What is trigger types in sql?
Can we insert delete data in view?
Does truncate release storage space?
How is sql used in oracle?
What is sql not null constraint?
What is the difference between instead of trigger and after trigger?
how to drop an existing table in mysql? : Sql dba
How do you use join?
How do I filter in sql profiler?
What is the use of pl/sql table?
What is %type in sql?
What normalization means?
What is difference between db2 and sql?
What is union and union all keyword in sql?