Advertisement
Guest User

задача 3

a guest
Feb 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. INSERT INTO Clients (Client_id, Client_Name, Address) VALUES ('1','Petar', 'Sofia')
  2.  
  3. INSERT INTO Courses (Course_id, Course_Name, Duration, Lecturer_Name) VALUES ('512','VM 2', '40', 'prof. Gosho')
  4.  
  5. INSERT INTO Course_Client (Client_id, Course_id, Date) VALUES ('1', '512', '2017-11-11')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement