inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 41463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980266 | 980266 | 514851 514851 | 41463 41463 |
| 980267 | 980267 | 254622 254622 | 41463 41463 |
| 980268 | 980268 | 41984 41984 | 41463 41463 |
| 980269 | 980269 | 21541 21541 | 41463 41463 |
| 980270 | 980270 | 55246 55246 | 41463 41463 |
| 980271 | 980271 | 539209 539209 | 41463 41463 |
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)
);