Recent Blog Posts

Lorem Ipsum has been the industry's standard dummy text.

C# Interview Question
How to Optimize of SQL Queries Execution
Difference Between ROW_NUMBER, RANK, and DENSE_RANK In SQL Server
resource busy and acquire with NOWAIT specified or timeout expired
Write a query that prints a list of employee names (i.e.: the name attribute) for employees in Employee having a salary greater than  per month who have been employees for less than  months. Sort your result by ascending employee_id.
Write a query that prints a list of employee names (i.e.: the name attribute) from the Employee table in alphabetical order.
Find the difference between the total number of CITY entries in the table and the number of distinct CITY entries in the table.