inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51336
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 318177 | 318177 | 51336 51336 | 74674 74674 |
| 437572 | 437572 | 51336 51336 | 74675 74675 |
| 834184 | 834184 | 51336 51336 | 74676 74676 |
| 1024213 | 1024213 | 51336 51336 | 74677 74677 |
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)
);