Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ***************DATA*******************
  2. * id ** name ** email ** cat ** city *
  3. **************************************
  4. PK ID
  5. CONSTRAINT UNIQUE (name, email, cat, city)
  6.  
  7. ****NAMES**** ****CATEGORIES**** ***CITIES**** *****************CUTOMERS******************
  8. * id * name * * id * category ** * id * city * * id * name_id * cat_id * city_id * email *
  9. ************* ****************** ************* ********************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement