Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ALTER TABLE `companies`
  2. ADD PRIMARY KEY(
  3. `name_employee`,
  4. `email`);
  5.  
  6. name_employee = 'Pavlos Pavlos'
  7. email = 'company_Name@gmail.com'
  8.  
  9. name_employee = 'John John'
  10. email = 'company_Name@gmail.com'
  11.  
  12. name_employee = 'Nick Nick'
  13. email = 'company_Name@gmail.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement