inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404896
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 285444 | 285444 | 462866 462866 | 404896 404896 |
| 285445 | 285445 | 483182 483182 | 404896 404896 |
| 285446 | 285446 | 420645 420645 | 404896 404896 |
| 285447 | 285447 | 373145 373145 | 404896 404896 |
| 285448 | 285448 | 420646 420646 | 404896 404896 |
| 285449 | 285449 | 510645 510645 | 404896 404896 |
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)
);