inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 328224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 786455 | 786455 | 240591 240591 | 328224 328224 |
| 786456 | 786456 | 448621 448621 | 328224 328224 |
| 786457 | 786457 | 353983 353983 | 328224 328224 |
| 786458 | 786458 | 353984 353984 | 328224 328224 |
| 786459 | 786459 | 488223 488223 | 328224 328224 |
| 786460 | 786460 | 397820 397820 | 328224 328224 |
| 786461 | 786461 | 448622 448622 | 328224 328224 |
| 786462 | 786462 | 480090 480090 | 328224 328224 |
| 786463 | 786463 | 397821 397821 | 328224 328224 |
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)
);