inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 56233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 616413 | 616413 | 32072 32072 | 56233 56233 |
| 616414 | 616414 | 500741 500741 | 56233 56233 |
| 616415 | 616415 | 533052 533052 | 56233 56233 |
| 616416 | 616416 | 100824 100824 | 56233 56233 |
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)
);