Top Articles

SQL Visualisation Guide – Query Diagrams, Lineage & ERD

Have you ever inherited the SQL codebase from someone else where it is in a “bit of a mess”? 😁 Sound familiar? Most data engineers and SQL developers have been there including myself—staring at a spaghetti-like web of queries, trying to untangle a chaotic SQL codebase. It’s a common nightmare. Traditionally, you had to fight …

Kristijan Berta November 3, 2024

Recent Articles

SQL Visualisation Guide – Query Diagrams, Lineage & ERD

Have you ever inherited the SQL codebase from someone else where it is in a “bit of a mess”? 😁 Where you find nested CTEs (Common Table Expressions), stacked like…
Kristijan Berta November 3, 2024
SQL,

Oracle EXTRACT & EXTRACTVALUE for XML (Guide & Examples)

When you need to extract and/or query an Oracle database for XML data, there are two SQL functions that come to mind, ‘EXTRACT’ and ‘EXTRACTVALUE’. I’m going to delve into…
Kristijan Berta October 21, 2024
XML,
Best XML to CSV Converters Compared by Data Expert

Best XML to CSV Converters – Compared by Data Expert

You might be surprised that selecting the right XML to CSV converter doesn’t start with evaluating the tool itself or its features. It’s not about the tool. It is all…
Kristijan Berta October 16, 2024
JSON,

CSV vs JSON vs XML – The Best Comparison Guide 2024

We’ve all been there, going from spec to Wikipedia page to another spec to some other article on the topic trying to pick between CSV, XML, and JSON for the…
abbi September 25, 2024
XML,

XSD to Database Schema Guide – Create SQL Tables Easily

Both databases and XML have a concept of schemas. In databases the schema is defined by Data Definition Language in XML it is defined by XML Schema Definition. Schemas whether…
Kristijan Berta September 5, 2024
XML,

Convert XML to CSV Like a Pro – Essential Tools & Methods

This blog post talks about everything you need to know to convert XML to CSV. From simple, flat XML to deeply nested XML with many branches we also cover two…
Kristijan Berta August 13, 2024
spinner