inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 172474
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 378681 | 378681 | 277341 277341 | 172474 172474 |
| 378682 | 378682 | 249474 249474 | 172474 172474 |
| 378683 | 378683 | 314721 314721 | 172474 172474 |
| 378684 | 378684 | 277340 277340 | 172474 172474 |
| 378685 | 378685 | 117507 117507 | 172474 172474 |
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)
);