inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 3894
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 277006 | 277006 | 235652 235652 | 3894 3894 |
| 277007 | 277007 | 71507 71507 | 3894 3894 |
| 277008 | 277008 | 1534 1534 | 3894 3894 |
| 277009 | 277009 | 77028 77028 | 3894 3894 |
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)
);