inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 50484
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 114291 | 114291 | 50484 50484 | 73380 73380 |
| 700982 | 700982 | 50484 50484 | 73382 73382 |
| 818087 | 818087 | 50484 50484 | 73383 73383 |
| 901230 | 901230 | 50484 50484 | 73381 73381 |
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)
);