<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Effectively Updatable Conjunctive Views</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Enrico</forename><surname>Franconi</surname></persName>
							<email>franconi@inf.unibz.it</email>
							<affiliation key="aff0">
								<orgName type="department">KRDB Research Centre</orgName>
								<orgName type="institution">Free University of Bozen-Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Paolo</forename><surname>Guagliardo</surname></persName>
							<email>guagliardo@inf.unibz.it</email>
							<affiliation key="aff0">
								<orgName type="department">KRDB Research Centre</orgName>
								<orgName type="institution">Free University of Bozen-Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Effectively Updatable Conjunctive Views</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1654006EB32B5E97D9EA6141BF4FC25A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:41+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The view update problem <ref type="bibr" target="#b0">[1]</ref> consists in finding suitable ways of consistently and univocally propagating the changes introduced into a set of the view relations to the underlying database relations over which the view relations are defined. This can be formalised within a general framework <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b6">7]</ref> where a view is a function that associates instances of a database schema with instances of a view schema, which has a constructive characterisation when each view symbol is defined in terms of the database symbols in a concrete query language. A view is updatable if the changes introduced into the view relations by updates can be unambiguously propagated back to the underlying database relations over which the view relations are defined. This is possible whenever the view is invertible, but invertibility in itself is not enough for practical purposes, as it merely indicates that the database instances functionally depend on the corresponding view instances. What is actually needed is in fact a constructive characterisation of the inverse, obtained by finding an exact rewriting of each database symbol in terms of the view symbols, expressed in a query language that is not necessarily the same as the one used for defining the view symbols.</p><p>In the context of relational databases, the study of the invertibility of views has focused on very restricted settings. Cosmadakis and Papadimitriou <ref type="bibr" target="#b1">[2]</ref> limit their investigation to only two view relations defined by projections over a single database relation, which was recently generalised in <ref type="bibr" target="#b6">[7]</ref> to an arbitrary number of view relations defined by acyclic projections, but still over a database consisting of a single relation. Moreover, the set of integrity constraints considered on the database schema has been limited to functional and join dependencies in <ref type="bibr" target="#b1">[2]</ref> and full embedded dependencies in <ref type="bibr" target="#b6">[7]</ref>.</p><p>In this paper, we consider a setting where the view symbols are defined by conjunctive queries (CQs) and we show that, when the integrity constraints on the database schema are stratified embedded dependencies <ref type="bibr" target="#b2">[3]</ref>, a view is invertible precisely if each database symbol has an exact rewriting given by a CQ over the view schema. We then discuss how such rewritings can be effectively found using the Chase &amp; Backchase algorithm <ref type="bibr" target="#b3">[4]</ref>. As a special case, in combination with the general criterion for the translatability of view updates we introduced in <ref type="bibr" target="#b6">[7]</ref>, our results settle the long-standing open issue pointed out in <ref type="bibr" target="#b1">[2]</ref> of how to solve the view update problem for a multi-relational database with view relations that are projections of joins of the database relations.</p><p>Outline. The rest of the paper is organised as follows: after some preliminaries in Sec. 2, in Sec. 3 we recall and summarise the framework introduced in <ref type="bibr" target="#b6">[7]</ref>; in Sec. 4 we show how view updatability can be checked, and rewritings effectively found, when the view symbols are defined by CQs in a multi-relational database under stratified embedded dependencies; we conclude in Sec. 5 by pointing out future research directions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Preliminaries</head><p>A schema is a finite set of relation symbols. Let dom be an arbitrary (possibly infinite) set of domain values. An instance I of a schema S maps each relation symbol S in S to a relation S I on dom of appropriate arity, called the extension of S under I. The set of elements of dom that occur in an instance I is called the active domain of I and is denoted by adom(I). An instance is finite when its active domain is, and we always assume instances to be finite. We consider a database schema R of database symbols and a view schema V of view symbols not occurring in R. A database state is an instance I R of R and a view state is an instance I V of V. The set of all database states (resp., view states) is denoted by R (resp., V). The disjoint union I R I V of a database state I R and a view state I V is the instance, called a global state, of the global schema R ∪ V, with active domain adom(I R ) ∪ adom(I V ) and associating each relation symbol S in R ∪ V with S I R if S ∈ R and with S I V otherwise.</p><p>We consider a satisfiable (finite) set Σ of global constraints over R ∪ V, consisting of a set Σ R of database constraints over R and a set Σ RV of interschema constraints over R ∪ V. The set Σ RV consists of exactly one formula of the form ∀x V (x) ↔ φ(x) for each V ∈ V, where φ(x) mentions only database symbols and is called a definition of V in terms of R. Note that, as R and V are disjoint, every instance of R ∪ V satisfying Σ has the form I R I V where I R and I V are a database state and a view state, respectively. A view state I V (resp., database state I R ) is Σ-consistent (or globally consistent or consistent with the global constraints) if there is a database state I R (resp., view state I V ) such that I R I V satisfies the global constraints Σ. Observe that every legal database state (i.e., one that satisfies the database constraints Σ R ) is globally consistent. We denote the set of Σ-consistent view states (resp., database states) by V Σ (resp., R Σ ).</p><p>We say that V determines R under Σ (written</p><formula xml:id="formula_0">V Σ R) if, for every I V and I R , I R , it is the case that I R = I R whenever I R I V |= Σ and I R I V |= Σ.</formula><p>In other words, models of Σ that agree on the extension of the view symbols also agree on the extension of the database symbols, which means that in every model of Σ the latter functionally depends on former. Clearly, under the assumptions we made on the global constraints Σ, it is always the case that R Σ V, and we refer to the corresponding functional mapping f : R Σ → V Σ , associating each Σ-consistent database state with a Σ-consistent view state, as the view from R to V induced by Σ. In the rest of the paper, unless specified otherwise, whenever we say "a view" we refer to the (one and only) view from R to V induced by a set of global constraints Σ as above.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The View Update Framework</head><p>In this section we briefly recapitulate the general view update framework previously introduced in <ref type="bibr" target="#b6">[7]</ref>. A view update is a function u : V → V associating each view state with another, possibly the same. Given a view update that modifies the current view state, we want to modify the database state accordingly so as to reflect exactly the changes introduced into the view state. For this to be possible in an unambiguous way, the view must be updatable, and the view update translatable, as we formally define next.</p><formula xml:id="formula_1">Definition 1 (Updatability). A view is updatable if V Σ R.</formula><p>Note that a view in our sense is always surjective, and V Σ R further implies injectivity <ref type="bibr" target="#b6">[7]</ref>, hence the notion of updatability coincides with invertibility.</p><p>Definition 2 (Translatability). Let u be a view update and let I V ∈ V Σ . We say that u is translatable on</p><formula xml:id="formula_2">I V if u(I V ) ∈ V Σ .</formula><p>A translatable view update leads to view states in the image of the view f , which are therefore reachable from some database state by means of f . In such a case, when the view is updatable, the changes introduced into the view state I V by the view update u, resulting in the updated view state I V = u(I V ), can be univocally pushed back by updating the database to the new state f −1 (I V ).</p><p>However, the fact that V determines R under Σ, even though it ensures that a view is invertible, does not actually provide a constructive characterisation of its inverse. In other words, V Σ R guarantees that the extension of the database symbols functionally depends on that of the view symbols, but it says nothing on how the former is to be obtained from the latter. In order to effectively compute the inverse of a view, we must be able to explicitly express each database symbol R ∈ R in terms of the view symbols V by means of a formula ψ, called an exact rewriting of R in terms of V under Σ, mentioning only view symbols and such that Σ |= ∀x R(x) ↔ ψ(x) . Definition 3. A view is effectively updatable if each database symbol has an exact rewriting in terms of the view symbols under Σ.</p><p>Whenever a view update results in a view state I V in V Σ , if a view is effectively updatable the changes can be propagated to the database state f −1 (I V ) by computing the extension of each database symbol from its rewriting in terms of the view symbols. But at this point, the question is: How do we ascertain whether a view state belongs in fact to V Σ ? The solution consists in constructing what we call the V-embedding Σ V of Σ, which is obtained from Σ by replacing every occurrence of each R ∈ R with its rewriting in terms of V. The resulting set of constraints mentions only view symbols and, as it turns out, is satisfied exactly by all and only the view states in V Σ . Thus, checking for the translatability of a view update amounts to checking whether the updated view state satisfies Σ V .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 1 ([7]</head><p>). Let f be an effectively updatable view, let u be a view update, and let</p><formula xml:id="formula_3">I V ∈ V Σ . Then, u is translatable on I V if and only if u(I V ) |= Σ V .</formula><p>Whether a view update u is translatable on a view state I V satisfying Σ V can be checked in polynomial time in the size of u(I V ), which is the data complexity of testing whether a finite relational structure is a model of a FOL theory.</p><p>Summing up, for the above machinery to work it is essential to find a rewriting of each database symbol in terms of the view symbols, in order to build the Vembedding of Σ (and thus checking for the translatability of updates) and to propagate the changes introduced by translatable view updates (by computing the extension of the database symbols from that of the view symbols). Note that checking whether a view is invertible, and eventually computing its inverse, is an operation performed once for all offline.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conjunctive Views</head><p>In this section, we settle the long-standing open issue pointed out in <ref type="bibr" target="#b1">[2]</ref>, namely how to solve the view update problem in a multi-relational database with views that are projections of joins of relations, and we do so in a more general setting where the view symbols are defined by CQs and the constraints on the database schema are embedded dependencies satisfying appropriate restrictions.</p><p>Example 1. Let R = {R 1 , R 2 } and Σ R consist of the following embedded dependencies (in this case, inclusion and functional dependencies):</p><formula xml:id="formula_4">1 R 1 (x, y, z ) → ∃v, w R 2 (z, v, w) ,<label>(1a)</label></formula><formula xml:id="formula_5">R 2 (z, v, w) → ∃x, y R 1 (x, y, z ) , (1b) R 1 (x, y, z ) ∧ R 1 (x , y, z ) → z = z , (1c) R 2 (z, v, w) ∧ R 2 (z, v , w ) → v = v . (<label>1d</label></formula><formula xml:id="formula_6">)</formula><p>Let V = {V 1 , V 2 , V 3 } and Σ RV consist of the following view definitions:</p><formula xml:id="formula_7">V 1 (x, y) ↔ ∃z R 1 (x, y, z) ,<label>(2a)</label></formula><formula xml:id="formula_8">V 2 (y, z, v) ↔ ∃x, w R 1 (x, y, z) ∧ R 2 (z, v, w) ,<label>(2b)</label></formula><formula xml:id="formula_9">V 3 (z, w) ↔ ∃v R 2 (z, v, w) . (<label>2c</label></formula><formula xml:id="formula_10">)</formula><p>The embedded dependencies we consider are required to satisfy the condition known as stratification <ref type="bibr" target="#b2">[3]</ref>, which is based on the notion of chase graph: The chase graph of a set of embedded dependencies Σ has the dependencies in Σ as nodes and, for α, β ∈ Σ, has an edge from α to β if and only if, intuitively, firing α may cause β to fire as well (refer to <ref type="bibr" target="#b2">[3]</ref> for the formal definition). Then, Σ is stratified if the set of dependencies in every cycle of its chase graph is weakly acyclic <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b4">5]</ref>. Note that every weakly acyclic set of dependencies is also stratified. Indeed, Σ R of Example 1 is weakly acyclic and, in turn, stratified.</p><p>Our main result establishes that, when the embedded dependencies over the database schema are stratified, the view is invertible precisely if each database symbol has an exact rewriting as a conjunctive query over the view schema.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Algorithm 1</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>INPUT:</head><p>an atomic query over R, a view schema V, a set of embedded dependencies Σ over R ∪ V. OUTPUT: an exact CQ rewriting of q in terms of V under Σ, if any, or ⊥ otherwise.</p><p>1: function Rewrite(q, V, Σ) 2:</p><p>for each subquery q of chase(q, Σ) over V do 3: repeat 4:</p><p>if ∃ containment mapping from q to q return q 5: set q to chase-step(q , Σ) 6:</p><p>until no further chase step applies 7:</p><p>end for 8:</p><p>return ⊥ 9: end function Theorem 2. Let Σ = Σ R ∪ Σ RV , where Σ R consists of stratified embedded dependencies and each V ∈ V is defined in Σ RV by a CQ. Then, V Σ R if and only if each R ∈ R has an exact CQ rewriting in terms of V under Σ.</p><p>The Chase and Backchase (C&amp;B) <ref type="bibr" target="#b3">[4]</ref> is an algorithm that enumerates the exact CQ-rewritings of a CQ under constraints. More precisely, given two schemas S and T , a set of embedded dependencies Γ over S ∪ T , and an input CQ q over S, the C&amp;B outputs all the CQs over T which are equivalent to q under Γ . The C&amp;B is sound and complete, in the sense that it returns all and only the CQs into which the input CQ can be rewritten (up to homomorphic equivalence) under the given constraints, whenever the chase is guaranteed to terminate, which is the case, e.g., for stratified sets of dependencies. Obviously, the fact that the output of the C&amp;B is empty for q does not mean that q has no rewriting in terms of T under Γ , but simply that its rewriting, if any, is not a CQ.</p><p>We can use the C&amp;B to look for the rewritings we are interested in. For each R ∈ R, consider the atomic query q(x) = R(x) and proceed as follows:</p><p>Chase. Chase q with Σ until no further chase step applies. The resulting query is the so-called universal plan U .</p><p>Backchase. Every subquery of U over V (i.e., a set of V-atoms from U mentioning all of q's free variables) is a candidate rewriting of q. Chase each candidate q with Σ step-by-step until no further chase step applies, and at each new step in the chase sequence check whether a containment mapping from the original query q can be found. If that is the case, then q is a rewriting of q.</p><p>The above is described in more detail in Algorithm 1 and illustrated in our running example.</p><p>Example 2. Chasing the query q(x, y, z) = R 1 (x, y, z) with Σ of Example 1 gives the following universal plan:</p><formula xml:id="formula_11">U (x, y, z) = ∃v, w R 1 (x, y, z) ∧ R 2 (z, v, w) ∧ V 1 (x, y) ∧ V 2 (y, z, v) ∧ V 3 (z, w) .</formula><p>A candidate rewriting of R(x, y, z) in terms of V is the subquery q (x, y, z) = ∃v V 1 (x, y) ∧ V 2 (y, z, v), that chased with the left-to-right TGDs from (2a) and (2b) yields the following:</p><formula xml:id="formula_12">q (x, y, z) = ∃v, z , x , w V 1 (x, y) ∧ V 2 (y , z, v) ∧ R 1 (x, y, z ) ∧ R 1 (x , y, z) ∧ R 2 (z, v, w) .</formula><p>A further chase step with (1c) gives z = z, and therefore we can find a containment mapping (the identity) from the original query q to q . Thus, the rewriting of R 1 (x, y, z) is ∃v V 1 (x, y) ∧ V 2 (y, z, v). Similarly, we also have that R 2 (z, v, w) can be rewritten in terms of V as ∃y V 2 (y, z, v) ∧ V 3 (z, w).</p><p>As it turns out, the constraints Σ considered in Theorem 2 are stratified, and this ensures that if an exact CQ-rewriting of R(x) cannot be found by means of Algorithm 1, then R cannot be expressed at all in terms of the view symbols. Theorem 3. Let Σ be as in Theorem 2. Then, the procedure Rewrite of Algorithm 1 is sound and complete for finding the exact rewriting of each database symbol in terms of the view symbols under Σ. Moreover, V Σ R if and only if Rewrite(q, Σ, V) = ⊥ for every atomic query q over R.</p><p>The results presented above extend the setting of <ref type="bibr" target="#b6">[7]</ref>, consisting of only one database symbol, view symbols defined by acyclic projections and database constraints given by full dependencies, which is a special case where the rewriting is known to be the join, rather than a generic CQ.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Outlook</head><p>We conclude by pointing out and briefly discussing possible research directions that would be interesting to pursue and investigate further.</p><p>-Consider views defined by queries expressed in languages beyond CQs. A first natural candidate is the class of unions of conjunctive queries. -Consider different constraints on the database schema. Several sufficient conditions for chase termination have been proposed, e.g., super-weak acyclicity <ref type="bibr" target="#b7">[8]</ref>, safety and inductive restriction <ref type="bibr" target="#b8">[9]</ref>, some of which extend stratification, while some other are incomparable with it. The question is whether the global constraints satisfy such conditions, as is the case for stratification when views are defined by CQs and database constraints are stratified embedded dependencies. -Consider constraints also on the view schema. We can allow a set of view constraints Σ V for which Σ R ∪ Σ V is a set of stratified embedded dependencies, where Σ V is the set of constraints over R obtained from Σ V by replacing every occurrence of each view symbol with its CQ-definition (given in Σ RV ) in terms of the database symbols. What is interesting to understand is the shape that such view constraints must have in order to satisfy the above condition.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Universal quantifiers are omitted.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Update semantics of relational views</title>
		<author>
			<persName><forename type="first">F</forename><surname>Bancilhon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Spyratos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Database Systems</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="557" to="575" />
			<date type="published" when="1981-12">Dec 1981</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Updates of relational views</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Cosmadakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">H</forename><surname>Papadimitriou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Association for Computing Machinery</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="742" to="760" />
			<date type="published" when="1984-10">Oct 1984</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The Chase revisited</title>
		<author>
			<persName><forename type="first">A</forename><surname>Deutsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Remmel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of PODS 2008</title>
				<meeting>of PODS 2008</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="149" to="158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Query reformulation with constraints</title>
		<author>
			<persName><forename type="first">A</forename><surname>Deutsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Popa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tannen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIGMOD Record</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="65" to="73" />
			<date type="published" when="2006-03">Mar 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Reformulation of XML queries and constraints</title>
		<author>
			<persName><forename type="first">A</forename><surname>Deutsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tannen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ICDT 2003. LNCS</title>
				<meeting>of ICDT 2003. LNCS</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2572</biblScope>
			<biblScope unit="page" from="225" to="241" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Data exchange: Semantics and query answering</title>
		<author>
			<persName><forename type="first">R</forename><surname>Fagin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kolaitis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Popa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ICDT 2003. LNCS</title>
				<meeting>of ICDT 2003. LNCS</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2572</biblScope>
			<biblScope unit="page" from="207" to="224" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">On the translatability of view updates</title>
		<author>
			<persName><forename type="first">E</forename><surname>Franconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Guagliardo</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proc. of AMW. CEUR Workshop Proceedings</title>
				<meeting>of AMW. CEUR Workshop eedings</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="volume">866</biblScope>
			<biblScope unit="page" from="154" to="167" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Generalized schema-mappings: from termination to tractability</title>
		<author>
			<persName><forename type="first">B</forename><surname>Marnette</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of PODS 2009</title>
				<meeting>of PODS 2009<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="13" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">On chase termination beyond stratification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Meier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lausen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VLDB Endowment</title>
				<meeting>the VLDB Endowment</meeting>
		<imprint>
			<date type="published" when="2009-08">Aug 2009</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="970" to="981" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
