sql - Nestdev.com | Nestdev.com

You are here: Archive for the ‘sql’ Category

Top 20+ MySQL Best Practices

0 Comments

Top 20+ MySQL Best PracticesDatabase operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. Here are some MySQL optimization techniques for programmers.

How to Convert a column of the table into Comma separated string

0 Comments

How to Convert a column of the table into Comma separated stringThere are many ways to do this in SQL Server,Here i will show you the one of the way to Convert a column of the table into Comma separated string using FOR XML PATH in query.

10 Essential SQL Tips for Developers

0 Comments

10 Essential SQL Tips for DevelopersSQL is yet another essential language for developers wishing to create data-driven websites. However, many developers are unfamiliar with various aspects of SQL; so in this article, we’ll analyze ten essential tips.