inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 618613 | 618613 | 58173 58173 | 25103 25103 |
| 707044 | 707044 | 58173 58173 | 84891 84891 |
| 964025 | 964025 | 58173 58173 | 84892 84892 |
| 964567 | 964567 | 58173 58173 | 84893 84893 |
| 1010962 | 1010962 | 58173 58173 | 84890 84890 |
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)
);