inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 102641 | 102641 | 51754 51754 | 3892 3892 |
| 819001 | 819001 | 51754 51754 | 3895 3895 |
| 820972 | 820972 | 51754 51754 | 75324 75324 |
| 844016 | 844016 | 51754 51754 | 3893 3893 |
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)
);