inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 72777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 281507 | 281507 | 207530 207530 | 72777 72777 |
| 281508 | 281508 | 50122 50122 | 72777 72777 |
| 281509 | 281509 | 230159 230159 | 72777 72777 |
| 281510 | 281510 | 155586 155586 | 72777 72777 |
| 281511 | 281511 | 241952 241952 | 72777 72777 |
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)
);