Top Articles

SQL Challenge: Tackling the Island Problem in Time Series Data

Jump into our SQL Challenge! Today, we’re exploring customer loyalty trends. Are you prepared to show off your SQL skills? About the quiz In this SQL pop quiz, we’re challenging you to demonstrate your understanding of islands in a time series data set. Whoever submits the correct and most performant query will be featured in …

Uli Bethke November 7, 2023
XML,
XML Conversion Using Python

XML Conversion Using Python in 2024

XML (eXtensible Markup Language) is a common data format for data exchange and used in various industry data standards such as ISO 20022, HL7, ACORD just to name a few.…
Uli Bethke March 21, 2024

Loading and querying XML documents in the Oracle Database

In Oracle databases, you have two methods for handling XML data: Schema on Read and Schema on Write. Schema on Read allows direct storage of XML in a table without…
Uli Bethke March 4, 2024
XML,

9 Critical Types of XML Tools for Developers

Trying to code XML and XSDs by hand is really tedious. It can be easy to mess up, especially with more complex XML based on industry data standards. XML software…
Uli Bethke February 9, 2024
XML,

How to Parse XML Data in SQL Server

The many options available for loading, querying, shredding, and converting XML on SQL Server can often be overwhelming for beginners. SQLXML, XPath, XQuery, OPENXML, FOR XML, OPENROWSET, BULK INSERT are…
Uli Bethke January 25, 2024
XML,

The Ultimate Guide to XML Mapping in 2024

XML mapping is a critical process in data integration, ETL, and system interoperability. As an architect, analyst, engineer, or manager involved in XML mapping projects, you're likely familiar with the…
abbi January 11, 2024
XML,

How to Insert XML Data into SQL Table?

You have 3 options for inserting XML data into an SQL table. Schema on read: Import the XML document into an SQL database table without converting the data to a…
Uli Bethke December 22, 2023
spinner