Artemis: a system for analyzing missing answers

  • Authors:
  • Melanie Herschel;Mauricio A. Hernández;Wang-Chiew Tan

  • Affiliations:
  • Universität Tübingen, Tübingen, Germany;IBM Almaden Research Center, San Jose, CA;UC Santa Cruz, Santa Cruz, CA

  • Venue:
  • Proceedings of the VLDB Endowment
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

A central feature of relational database management systems is the ability to define multiple different views over an underlying database schema. Views provide a method of defining access control to the underlying database, since a view exposes a part of the database and hides the rest. Views also provide logical data independence to application programs that access the database. For most cases, the process of specifying the desired views in SQL is typically tedious and error-prone. While numerous tools exist to support developers in debugging program code, we are not aware of any tool that supports developers in verifying the correctness of their views defined in SQL.