inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 62482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 73922 | 73922 | 62482 62482 | 3890 3890 |
| 835213 | 835213 | 62482 62482 | 91549 91549 |
| 1030552 | 1030552 | 62482 62482 | 91547 91547 |
| 1031263 | 1031263 | 62482 62482 | 91548 91548 |
| 1033568 | 1033568 | 62482 62482 | 91546 91546 |
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)
);