inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 67518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 276028 | 276028 | 67518 67518 | 99285 99285 |
| 408213 | 408213 | 67518 67518 | 99283 99283 |
| 408226 | 408226 | 67518 67518 | 99284 99284 |
| 416490 | 416490 | 67518 67518 | 23568 23568 |
| 712095 | 712095 | 67518 67518 | 99286 99286 |
| 739480 | 739480 | 67518 67518 | 99282 99282 |
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)
);