inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 100528
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 322381 | 322381 | 370203 370203 | 100528 100528 |
| 322382 | 322382 | 90690 90690 | 100528 100528 |
| 322383 | 322383 | 68327 68327 | 100528 100528 |
| 322384 | 322384 | 309956 309956 | 100528 100528 |
| 322385 | 322385 | 482395 482395 | 100528 100528 |
| 322386 | 322386 | 417052 417052 | 100528 100528 |
| 322387 | 322387 | 460638 460638 | 100528 100528 |
| 322388 | 322388 | 530896 530896 | 100528 100528 |
| 322389 | 322389 | 161234 161234 | 100528 100528 |
| 322390 | 322390 | 496025 496025 | 100528 100528 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);