SQL Server Interview Questions Series – Part 3
43. What is the function name for getting the current date in SQL Server? We can use GETDATE() with SELECT statement for getting the current date. 44. Print the name of distinct employee whose date of birth is between 01/01/1950 to 12/31/1970. 45. Count the total number of employees based on …