inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 55514
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464124 | 464124 | 55514 55514 | 17640 17640 |
| 766144 | 766144 | 55514 55514 | 17641 17641 |
| 881586 | 881586 | 55514 55514 | 81089 81089 |
| 976084 | 976084 | 55514 55514 | 81090 81090 |
| 976086 | 976086 | 55514 55514 | 81091 81091 |
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)
);