This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * ER diagrams | |
| * create schema and insert some data | |
| * postgresql domains | |
| * constraints | |
| * indexes | |
| drop table if exists ad_agency; | |
| drop table if exists customer; | |
| drop table if exists advertisement; | |
| drop table if exists ad_campaign; |