inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2867
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 818284 | 818284 | 1114 1114 | 2867 2867 |
| 818285 | 818285 | 71341 71341 | 2867 2867 |
| 818286 | 818286 | 238296 238296 | 2867 2867 |
| 818287 | 818287 | 74361 74361 | 2867 2867 |
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)
);