Database Normalization in SQL with Examples
Gouri Shankar provides an overview of normalizing a database.
2020-02-18
88,686 reads
Gouri Shankar provides an overview of normalizing a database.
2020-02-18
88,686 reads
When the database design is not great, you may have to write some creative queries to get what you need.
2020-02-17
3,462 reads
2020-02-14
889 reads
Alex Chamchourine explains how he managed to find a row in a billion row table without an index.
2020-02-14
8,059 reads
2020-02-10
1,013 reads
Learn how to use the PIVOT operator in SQL in a step-by-step manner.
2020-02-06
13,547 reads
Window functions are useful for solving many SQL queries. In this article, Ed Pollack demonstrates how they can be used to analyse baseball winning streaks.
2020-02-06
Introduction In Financial Data, analyzing the Moving Average (MA) is a very common practice. The direction of the moving average conveys important information about prices, whether that average is simple or exponential. A rising moving average shows that prices are generally increasing. A falling moving average indicates that prices, on average, are falling. This article […]
2020-02-04
23,066 reads
2020-02-03
1,143 reads
In this article Dinesh Asanka looks at how to detach and attach a SQL Server database using the SSMS GUI and using T-SQL commands.
2020-01-30
By Vinay Thakur
Continuing from Day 5 where we covered notebooks, HuggingFace and fine tuning AI now...
By Steve Jones
This is kind of a funny page to look at. The next page has...
A while ago I blogged about a use case where a pipeline fails during...
I have a table I didn't design that has tons of repeating groups in...
Comments posted to this topic are about the item Writing as an Art and...
Comments posted to this topic are about the item String Similarity II
What is the range for the result from the EDIT_DISTANCE_SIMILARITY() function in SQL Server 2025?
See possible answers