inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404951
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 751794 | 751794 | 421346 421346 | 404951 404951 |
| 751795 | 751795 | 373738 373738 | 404951 404951 |
| 751796 | 751796 | 463349 463349 | 404951 404951 |
| 751797 | 751797 | 483297 483297 | 404951 404951 |
| 751798 | 751798 | 498275 498275 | 404951 404951 |
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)
);