Answer Posted / sandhya
SELECT DATEDIFF(DD,HIREDATE,GETDATE())
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain trigger and trigger types?
What are the ways available in sql server to execute sql statements?
What is 3nf normalization?
What are data resources?
Can we insert data if clustered index is disabled?
How to disable a login name in ms sql server?
Explain the stored procedure?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
Explain system functions or built-in functions? What are different types of system functions?
Explain “row_number()” in sql server with an example?
What is explicit mode in sql server?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
What are statistics?
Write a SQL query to delete a table?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication