Category: code
The following dropdown list to share current post to a number of sites is added to wordpress blog (you could also add it to your own website as well). …
Write a SQL query to delete all duplicate email entries in a table named Person, keeping only unique emails based on its smallest Id. +----+------------------+ | Id | Email …
NDependis a .NET static code analyzer. With this tool, developers can easily see the report of ‘bad’-written code and make the .NET code base beautiful and efficient. The NDepend …
Windows OS is full of DLLs (Dynamic Link Library). Each DLL file has some APIs, which can be used whenever needed (avoid re-inventing the wheel). For example, the system …
Submit your SQL to Leetcode online judge: https://oj.leetcode.com/problems/rank-scores/ Write a SQL query to rank scores. If there is a tie between two scores, both should have the same ranking. …