inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 28655
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68510 | 68510 | 14653 14653 | 28655 28655 |
| 68511 | 68511 | 533616 533616 | 28655 28655 |
| 68512 | 68512 | 232022 232022 | 28655 28655 |
| 68513 | 68513 | 501374 501374 | 28655 28655 |
| 68514 | 68514 | 332880 332880 | 28655 28655 |
| 68515 | 68515 | 165964 165964 | 28655 28655 |
| 68516 | 68516 | 239783 239783 | 28655 28655 |
| 68517 | 68517 | 42058 42058 | 28655 28655 |
| 68518 | 68518 | 101706 101706 | 28655 28655 |
| 68519 | 68519 | 62404 62404 | 28655 28655 |
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)
);