I am looking for someone to write this query and I am willing to pay. Its for a project for a business, not for a school assignment.
I have 2 tables, ITEM_TABLE and PRICE_TABLE I need a view setup like my example. I have items that have 1 row in the PRICE_TABLE, some items with 2 rows and some with 3 rows.
I would like to copy and paste it and just change the code to reference the database name
Can anyone help with this?
ITEM_TABLE | ||||||||||
No_ | Description | |||||||||
.250BP | Test Description for .250BP | |||||||||
.250BR1WRAP | Test Description for .250BR1WRAP | |||||||||
PRICE_TABLE | ||||||||||
No_ | [Minimum Quantity] | [Maximum Quantity] | [Unit Price] | |||||||
.250BP | 0.001 | 249.999 | 0.51 | |||||||
.250BP | 250 | 499.999 | 0.47 | |||||||
.250BP | 500 | 100000000 | 0.43 | |||||||
.250BR1WRAP | 0.001 | 1999.999 | 0.41 | |||||||
.250BR1WRAP | 2000 | 100000000... |