CATEGORY

SQL

How to combine rows into one string in SQL [SOLVED]

We have covered an overview of combine string rows, list out all three methods of combining rows into one string which are using COALESCE, USING XML PATH, and …

By falgunithakker · 6 min read · SQL

Select duplicate records in SQL table [SOLVED]

In this article of select duplicate records in SQL, we have covered an overview of SQL duplicate records, steps to select duplicate records in SQL , why to

By falgunithakker · 5 min read · SQL