/* Copyright 2017 Amazon.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ create or replace public synonym PERSON for DMS_SAMPLE.PERSON; create or replace public synonym PLAYER for DMS_SAMPLE.PLAYER; create or replace public synonym SEAT for DMS_SAMPLE.SEAT; create or replace public synonym SEAT_TYPE for DMS_SAMPLE.SEAT_TYPE; create or replace public synonym SPORTING_EVENT for DMS_SAMPLE.SPORTING_EVENT; create or replace public synonym SPORTING_EVENT_TICKET for DMS_SAMPLE.SPORTING_EVENT_TICKET; create or replace public synonym SPORT_DIVISION for DMS_SAMPLE.SPORT_DIVISION; create or replace public synonym SPORT_LEAGUE for DMS_SAMPLE.SPORT_LEAGUE; create or replace public synonym SPORT_LOCATION for DMS_SAMPLE.SPORT_LOCATION; create or replace public synonym SPORT_TEAM for DMS_SAMPLE.SPORT_TEAM; create or replace public synonym SPORT_TYPE for DMS_SAMPLE.SPORT_TYPE; create or replace public synonym TICKET_PURCHASE_HIST for DMS_SAMPLE.TICKET_PURCHASE_HIST;