inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 109696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 159435 | 159435 | 489255 489255 | 109696 109696 |
| 159436 | 159436 | 78098 78098 | 109696 109696 |
| 159437 | 159437 | 155931 155931 | 109696 109696 |
| 159438 | 159438 | 322877 322877 | 109696 109696 |
| 159439 | 159439 | 527551 527551 | 109696 109696 |
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)
);