inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 74589
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 831219 | 831219 | 508512 508512 | 74589 74589 |
| 831220 | 831220 | 418298 418298 | 74589 74589 |
| 831221 | 831221 | 51282 51282 | 74589 74589 |
| 831222 | 831222 | 371281 371281 | 74589 74589 |
| 831223 | 831223 | 461439 461439 | 74589 74589 |
| 831224 | 831224 | 482679 482679 | 74589 74589 |
| 831225 | 831225 | 175058 175058 | 74589 74589 |
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)
);