This document discusses Global-As-View (GAV) and Local-As-View (LAV) integration approaches. GAV defines the global schema in terms of the local schemas by writing views over the local schemas. LAV defines the local schemas in terms of the global schema by writing views from the global schema to the local schemas. The document provides an example of each approach and discusses how queries are executed differently under GAV versus LAV.