Actualització de vistes en bases de dades relacionals: l'estat de la qüestió

This paper presents a synthesis of the methods proposed up to date to solve the view update problem in relational databases. Two basic approaches have been proposed to solve this problem. The first one suggests treating views as abstract data types so that the definition of the view includes all per...

Descripción completa

Detalles Bibliográficos
Autor: Teniente López, Ernest|||0000-0001-8890-9638
Tipo de recurso: informe técnico
Fecha de publicación:1992
País:España
Institución:Universitat Politècnica de Catalunya (UPC)
Repositorio:UPCommons. Portal del coneixement obert de la UPC
Idioma:catalán
OAI Identifier:oai:upcommons.upc.edu:2117/370711
Acceso en línea:https://hdl.handle.net/2117/370711
Access Level:acceso abierto
Palabra clave:Relational databases
Bases de dades relacionals
Àrees temàtiques de la UPC::Informàtica
Descripción
Sumario:This paper presents a synthesis of the methods proposed up to date to solve the view update problem in relational databases. Two basic approaches have been proposed to solve this problem. The first one suggests treating views as abstract data types so that the definition of the view includes all permissible view updates together with their translation. The second approach is to define a translator. Inputs to the translator are a view definition, a view update request and the current database. The output is the database update that translate the view update.