Category: SQL

  • MySQL multiple table update & Regular Expression

    Hello all Though its a very simple process but we usually don’t do this stuff too much unless we are bound to do that.In this article I will show how to update a table data with another table depending on another table & another will be a simple regular expression in MySQL query. In the […]

  • Easy Northwind Database installation.

    Its pretty much needed to work with a existing relational database to test any new features of a language,but its really tough to get it at the right moment. We can easily get one from Microsoft’s Northwind database.First we have to install SQL Server Management Studio and then download the sample database form here . […]