(My)SQL Joins – JOIN, CROSS, INNER, OUTER (LEFT, RIGHT, FULL)

It’s been quite some-time since I wrote a blog – sorry guys didn’t get any time to write. But today I got a good one, a place where you find info about sql-joins in a simple/neat explanation. Today I am going to talk about SQL Joins yes, there are quite a bit of types: Join, [...]

INSTALL (SETUP) DEBIAN Linux OS for Development/Production – A Day with SETUP

Today I am going to talk about only installation of tools/apps required for LINUX Server. I have chosen DEBIAN, since it makes you intelligent . Okay, cool, now? First thing you have to buy a hosting space, there are quite a good people who provide this service – see here. OKAY – Now let’s say you [...]

MySQL Unsigned INT to Signed INT – A Valid Performance For Index

You know by making an INT typeunsigned you achieve 50% improvement in your select query - can’t believe it? Yes so do I until I tried the tip by myself. Today I am going to talk about a simple tip on MySQL - create-tables which will improve the performance of the SELECT SQL query. Let us consider the following table structure: CREATE TABLE customer [...]

Follow

Get every new post delivered to your Inbox.

Join 105 other followers