inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 56403 | 56403 | 29134 29134 | 833 833 |
| 56404 | 56404 | 239956 239956 | 833 833 |
| 56405 | 56405 | 6317 6317 | 833 833 |
| 56406 | 56406 | 44990 44990 | 833 833 |
| 56407 | 56407 | 298 298 | 833 833 |
| 56408 | 56408 | 260612 260612 | 833 833 |
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)
);