Tag

Recursive Query

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Mar 26, 2024 · Fundamentals

Understanding DNS: Definition, Query Types, and the 8‑Step Lookup Process

This article explains what the Domain Name System (DNS) is, describes the three main DNS query types—recursive, iterative, and non‑recursive—and walks through the eight detailed steps a DNS lookup follows to resolve a domain name to an IP address.

DNSDomain Name SystemIterative Query
0 likes · 5 min read
Understanding DNS: Definition, Query Types, and the 8‑Step Lookup Process
Selected Java Interview Questions
Selected Java Interview Questions
Mar 12, 2024 · Databases

Understanding Recursive Queries in MySQL with Practical Examples

This article explains MySQL recursive queries using WITH RECURSIVE, detailing their structure, execution process, common use cases, and provides a step‑by‑step example with table creation, data insertion, and a paginated hierarchical query.

Hierarchical DataMySQLRecursive Query
0 likes · 9 min read
Understanding Recursive Queries in MySQL with Practical Examples
Beike Product & Technology
Beike Product & Technology
Aug 17, 2020 · Fundamentals

DNS Fundamentals: How Domain Name System Works

DNS (Domain Name System) acts as a 'translator' between human-readable domain names and machine-readable IP addresses, enabling internet communication through a hierarchical distributed system of servers.

DNSDNS CachingDomain Hierarchy
0 likes · 11 min read
DNS Fundamentals: How Domain Name System Works
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 25, 2019 · Databases

Using LATERAL and Recursive CTEs in MySQL to Count Direct and Indirect Employee Reports

This article explains how MySQL's LATERAL join and recursive CTE can be used to compute the number of direct and indirect reports for each employee, demonstrating lateral external references, non‑lateral references, query execution details, and EXPLAIN output in MySQL 8.0.14 and later.

LATERALMySQLRecursive Query
0 likes · 8 min read
Using LATERAL and Recursive CTEs in MySQL to Count Direct and Indirect Employee Reports