Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.20 KB | None | 0 0
  1. CREATE TABLE link_table {
  2.     product_id          BIGINT REFERENCES products (product_id),
  3.     store_id            BIGINT REFERENCES stores (store_id),
  4.     product_price       money NOT NULL,
  5.     product_stock       SMALLINT NOT NULL
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement