Advertisement
Guest User

tekuci_racun

a guest
Dec 9th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE tekuci_racun(
  2. vlasnik VARCHAR2(30)
  3. ,iznos NUMBER
  4. );
  5.  
  6. INSERT INTO tekuci_racun VALUES ('BOB', 1000);
  7. INSERT INTO tekuci_racun VALUES ('RICK', 0);
  8. COMMIT;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement