Applying Constraint Logic Programming to SQL Semantic Analysis
Loading...
Official URL
Full text at PDC
Publication date
2019
Authors
Advisors (or tutors)
Editors
Journal Title
Journal ISSN
Volume Title
Publisher
Cambridge University Press
Citation
SÁENZ-PÉREZ F. Applying Constraint Logic Programming to SQL Semantic Analysis. Theory and Practice of Logic Programming. 2019;19(5-6):808-825. doi:10.1017/S1471068419000206
Abstract
This paper proposes the use of Constraint Logic Programming (CLP) to model SQL queries in a dataindependent abstract layer by focusing on some semantic properties for signalling possible errors in such queries. First, we define a translation from SQL to Datalog, and from Datalog to CLP, so that solving this CLP program will give information about inconsistency, tautology, and possible simplifications. We use different constraint domains which are mapped to SQL types, and propose them to cooperate for improving accuracy. Our approach leverages a deductive system that includes SQL and Datalog, and we present an implementation in this system which is currently being tested in classroom, showing its advantages and differences with respect to other approaches, as well as some performance data.