inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 763457 | 763457 | 465040 465040 | 405113 405113 |
| 763458 | 763458 | 512310 512310 | 405113 405113 |
| 763459 | 763459 | 424017 424017 | 405113 405113 |
| 763460 | 763460 | 483672 483672 | 405113 405113 |
| 763461 | 763461 | 376137 376137 | 405113 405113 |
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)
);