inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 87475 | 87475 | 49523 49523 | 29260 29260 |
| 87476 | 87476 | 501880 501880 | 29260 29260 |
| 87477 | 87477 | 166452 166452 | 29260 29260 |
| 87478 | 87478 | 102603 102603 | 29260 29260 |
| 87479 | 87479 | 14996 14996 | 29260 29260 |
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)
);