A Lesser Known SQL Function for Financial Data Analysis
Using the SIGN() function to perform financial analysis can be a powerful tool in certain scenarios and help analysts to understand the performance trends.
Using the SIGN() function to perform financial analysis can be a powerful tool in certain scenarios and help analysts to understand the performance trends.
Excel is a powerful tool for creating reports, charts and analyzing data, however, there are times where we need to extract the data from a database, especially when dealing with large datasets, often requires a bit of SQL knowledge. In this post, I’ll show you how we can leverage Python… Read More »Automate Excel Reports with Python and SQL
Hey there, welcome back! ✌️ If you saw my post on medium, you might already know what this post’s going to be about. In there I mentioned that the ANSI SQL standard doesn’t support the APPLY operator, but it has a similar feature called LATERAL derived table. Let’s take our… Read More »Advanced SQL Techniques for Analytics: JOIN LATERAL
Hola de nuevo! 👋 Ya estoy de vuelta por acá, después de varias semanas de mucho trabajo y muy intensas. Como les decía en mi post anterior, en esta seria voy a estar platicando sobre optimización y diseño de nuestros queries para optimizar el performance. En esta ocasión, vamos a… Read More »Optimización de queries con SQL Server – Parte 2
Hola, cómo les va? 👋 El día de hoy les quiero platicar sobre optimización de queries en SQL Server. Ya les había comentado en algún post, que el performance es algo que debemos tener en cuenta al momento de hacer nuestros queries, y pues ahora voy a hacer una serie… Read More »Optimización de queries con SQL Server – Parte 1
Qué tal, cómo andan!? 👋 En este post, les quiero platicar cómo pueden ustedes empezar a utilizar y familiarizarse con SQL Server, esto lo quise hacer porque me he topado con este tipo de preguntas en algunos foros como Reddit. Quiero tratar de guiarlos paso a paso para que les… Read More »¿Por dónde empiezo con SQL Server?
Hola 👋 Bienvenidos a un nuevo post, en esta ocasión les voy a platicar un poco sobre qué es un Plan de Ejecución en SQL Server y por qué debería importarnos al momento de hacer nuestros queries, para cualquier tarea que estemos desarrollando, llámese extracción, limpieza, exploración de datos o… Read More »¿Qué es un Plan de Ejecución en SQL Server?
¿Qué tal, cómo andan? Hace mucho que no posteaba, después de un cambio de casa y lidiar con todo lo que conlleva, ya estoy de vuelta por estos rumbos. En esta ocasión no voy a platicarles cosas tan técnicas, más bien vengo a hacer labor de convencimiento sobre SQL, bases… Read More »¿Debería aprender SQL?
Hello, and welcome back to another post! In the last posts I have been writing about SQL Server basics which I think it’s very useful. In this post, I will continue with the basics, but I’ll move on to something a bit different. This is something not a lot of… Read More »Back to Basics: SQL Server Logical Query Processing
Hello, and welcome back to another post! In my last post, I showed you the basics of SQL Server queries, now in this post let’s complement that with more functionality. We’re going to add aggregations and groups to our queries. SQL Server has many built-in functions that we can use… Read More »Back to Basics: SQL Server Aggregations and Grouping