inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 72519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 214339 | 214339 | 72519 72519 | 1375 1375 |
| 357233 | 357233 | 72519 72519 | 1377 1377 |
| 759752 | 759752 | 72519 72519 | 1376 1376 |
| 759758 | 759758 | 72519 72519 | 1378 1378 |
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)
);