inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 67918
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 999943 | 999943 | 77170 77170 | 67918 67918 |
| 999944 | 999944 | 241465 241465 | 67918 67918 |
| 999945 | 999945 | 230491 230491 | 67918 67918 |
| 999946 | 999946 | 46853 46853 | 67918 67918 |
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)
);