inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 55461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145322 | 145322 | 527505 527505 | 55461 55461 |
| 145323 | 145323 | 48095 48095 | 55461 55461 |
| 145324 | 145324 | 489153 489153 | 55461 55461 |
| 145325 | 145325 | 155856 155856 | 55461 55461 |
| 145326 | 145326 | 30701 30701 | 55461 55461 |
| 145327 | 145327 | 77952 77952 | 55461 55461 |
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)
);