inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 67554
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 90 | 90 | 67554 67554 | 99334 99334 |
| 167639 | 167639 | 67554 67554 | 15942 15942 |
| 702697 | 702697 | 67554 67554 | 99333 99333 |
| 889300 | 889300 | 67554 67554 | 99335 99335 |
| 889304 | 889304 | 67554 67554 | 99332 99332 |
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)
);