inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 446298 | 446298 | 205878 205878 | 54665 54665 |
| 446299 | 446299 | 29498 29498 | 54665 54665 |
| 446300 | 446300 | 525379 525379 | 54665 54665 |
| 446301 | 446301 | 73773 73773 | 54665 54665 |
| 446302 | 446302 | 219406 219406 | 54665 54665 |
| 446303 | 446303 | 251635 251635 | 54665 54665 |
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)
);