Recent database tricks learned

Lately I've been busy working with databases for my spare time projects. I imported a huge dump of data into the db via CSV import, but forgot to add an Unique Id Column (Primary Key). Not willing to do the whole import job again, I searched for a solution online …

View comments.

more ...