Tag Archives: How to

How to avoid shoe being thrown during a press conference?

A question that pretty much every security agency protecting politicians all around world are worried about.
But its pretty simple especially for Indian police just change the press conference to a near by Hindu temple where shoes/slippers are not allowed inside and you are safe.
It would be better if they avoid the following temple [...]

How to identify and delete duplicate records from sql table

Well I’m sure any SQL developer out there would have encountered a problem where the duplicate records in a table have to eliminated for some reasons.
I recently encountered a similar situation where I had to remove the duplicate user name from a table with just one simple query . Here is how I did it:
Here [...]