inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 11573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 13996 | 13996 | 287506 287506 | 11573 11573 |
| 13997 | 13997 | 4877 4877 | 11573 11573 |
| 13998 | 13998 | 255058 255058 | 11573 11573 |
| 13999 | 13999 | 28294 28294 | 11573 11573 |
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)
);