inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 69024
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 276022 | 276022 | 69024 69024 | 101467 101467 |
| 408240 | 408240 | 69024 69024 | 101468 101468 |
| 535826 | 535826 | 69024 69024 | 42168 42168 |
| 738483 | 738483 | 69024 69024 | 65464 65464 |
| 982998 | 982998 | 69024 69024 | 101469 101469 |
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)
);