write a query to display diference between two dates in sql
server
Answer Posted / jayesh l lolariya
select datediff(dd,'03-03-2008',getdate()) as dataDiff
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Why primary key is required?
What does where 1/2 mean in sql?
How many tables can you join in sql?
What is schema in sql?
What does pl sql stand for?
What are the types of functions in sql?
What is a Mapplet?
What are different joins used in sql?
Explain autonomous transaction.
What is primary key and foreign key with example?
how to check server status with 'mysqladmin'? : Sql dba
What is query syntax?
What is sql table?
What do you mean by query optimization?
What is the limitation on the block size of pl/sql?