inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 161573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 296809 | 296809 | 299405 299405 | 161573 161573 |
| 296810 | 296810 | 224072 224072 | 161573 161573 |
| 296811 | 296811 | 272206 272206 | 161573 161573 |
| 296812 | 296812 | 110949 110949 | 161573 161573 |
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)
);