inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 223381
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 312366 | 312366 | 223381 223381 | 313482 313482 |
| 489190 | 489190 | 223381 223381 | 308642 308642 |
| 521167 | 521167 | 223381 223381 | 307672 307672 |
| 858343 | 858343 | 223381 223381 | 307673 307673 |
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)
);