Data Warehousing
datapandasadmin

Websites to Learn and Practice SQL for Free

You can practise SQL live online for Free. Here are a list of some websites in no particular order. Oracle Live SQL. This site also has lots of examples and tutorials which you can see the codes right there and then SQL Fiddle: You can practise various SQL by major players here as well. w3schools:

Read More »

Rank a Place Visited By a Customer- Microsoft SQL Server – T-Transact

This is a short guide to getting ranking or rating from Microsoft Sql Server customers. Ranking is taken by checking how many times a customer has visited a particular country divided by the total number of travels the customer has made within the database   /*make a back up of the recommender rankings table*/ truncate

Read More »

How to Manually Start Stop and Restart MySql Server on Windows PC

When installing MySql server  package, you can instruct the installation to configure MySql server to start automatically on each windows start up. However, if you want to reserve resources whilst you will not be working with the MySql server and hence you do not want the server to automatically start up on every boot of

Read More »