write a query to display diference between two dates in sql
server
Answers were Sorted based on User's Feedback
Answer / jayesh l lolariya
select datediff(dd,'03-03-2008',getdate()) as dataDiff
Is This Answer Correct ? | 7 Yes | 3 No |
What does rownum mean in sql?
How do I run a sql query in pgadmin 4?
What is spool?
what is sql profiler
I want to know last five transactions or records from emp table, from now?
How to fetch the rows by dynamicaly passing table name through cursor?
what is try_catch block in procedure
Write a query to find five highest salaries from EMP table. (there is a column SALARY)
24 Answers Cap Gemini, iNautix,
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
How to run sql functions in pl/sql?
How do you sort in sql?
How many sql are there?