inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 96771
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 876799 | 876799 | 110494 110494 | 96771 96771 |
| 876800 | 876800 | 236909 236909 | 96771 96771 |
| 876801 | 876801 | 535802 535802 | 96771 96771 |
| 876802 | 876802 | 65869 65869 | 96771 96771 |
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)
);