MOCHA: A tool for visualizing impact of operator choices in query execution plans for database education

J Tan, D Yeo, R Neoh, HE Chua… - Proceedings of the VLDB …, 2022 - dl.acm.org
The database systems course is offered in many major universities. A key learning goal of
learners taking such a course is to understand how sql queries are processed in an RDBMS …

Query execution plans and semantic errors: Usability and educational opportunities

T Taipalus - Extended Abstracts of the 2023 CHI Conference on …, 2023 - dl.acm.org
Syntax errors are typically separated from semantic errors in query formulation, the former
being detected by the database management system (DBMS), and the latter seemingly not …

SQL#: a language for maintainable and debuggable database queries

Y Hu, H Jiang, H Tang, X Lin, Z Hu - International Journal of …, 2023 - World Scientific
Structured Query Language (SQL) is the dominant language for managing relational
databases. However, complex SQL queries are hard to write and maintain because of the …

[PDF][PDF] Towards Technology-Enabled Learning of Relational Query Processing.

SS Bhowmick, H Li - IEEE Data Eng. Bull., 2022 - researchgate.net
The database systems course has gained increasing prominence in academic institutions
due to the convergence of widespread usage of relational database management system …

DBinsight: A Tool for Interactively Understanding the Query Processing Pipeline in RDBMSs

Y Rong, H Li, K Zhao, X Gao, J Cui - Proceedings of the 31st ACM …, 2022 - dl.acm.org
Given an sql, a rdbms performs a series of operations to generate a Query Execution Plan
(qep), which tells how the results will be collected and returned eventually. The whole …

Human Learners of Relational Query Processing: Who Cares?

SS Bhowmick - Proceedings of the 2nd International Workshop on …, 2023 - dl.acm.org
There is an increasing attention on lifelong learning of data-related topics primarily due to
the data-driven world and rapidly changing technological landscape. This has increased the …

SQL Query Visualization Using Data Provenance

R Ward, C Summers, H Mohammed, E Wu - engineering.columbia.edu
Robert Ward, Charlie Summers, Haneen Mohammed, Professor Eugene Wu Page 1 SQL
Query Visualization Using Data Provenance Datasets and SQL Query Input SELECT p.plant …