inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 45843
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 210261 | 210261 | 45843 45843 | 31881 31881 |
| 779120 | 779120 | 45843 45843 | 66534 66534 |
| 833284 | 833284 | 45843 45843 | 66536 66536 |
| 833285 | 833285 | 45843 45843 | 66533 66533 |
| 860468 | 860468 | 45843 45843 | 66535 66535 |
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)
);