inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 40990
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 513540 | 513540 | 21299 21299 | 40990 40990 |
| 513541 | 513541 | 48563 48563 | 40990 40990 |
| 513542 | 513542 | 127394 127394 | 40990 40990 |
| 513543 | 513543 | 39746 39746 | 40990 40990 |
| 513544 | 513544 | 326665 326665 | 40990 40990 |
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)
);