inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 75509
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 72464 | 72464 | 166077 166077 | 75509 75509 |
| 72465 | 72465 | 101910 101910 | 75509 75509 |
| 72466 | 72466 | 501504 501504 | 75509 75509 |
| 72467 | 72467 | 533702 533702 | 75509 75509 |
| 72468 | 72468 | 51848 51848 | 75509 75509 |
| 72469 | 72469 | 329765 329765 | 75509 75509 |
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)
);