How To Convert Number To Word in Excel

In our professional life, sometimes we need to convert number value into word in excel. You can do this by creating a macro. Today I’ll...

Correlated Update in MS SQL Server

Updating data of one table by data of another table is very much important in Data Engineering. Which table need to be updated is called...

How To Rotate Your Computer Screen

One day while I was working with my computer, all of a sudden I saw that my laptop screen rotated 180 degree.  I could not...

How to write loop in R

Generally when we want to do same type of thing repeatedly then we use loop statement in different programming language. If you know other programming...

How to write function in R

There are many built-in functions in R which we use in different situations. But we may be fall in some situation when we may need...