inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 33010 | 33010 | 10606 10606 | 21398 21398 |
| 33011 | 33011 | 530397 530397 | 21398 21398 |
| 33012 | 33012 | 64568 64568 | 21398 21398 |
| 33013 | 33013 | 30287 30287 | 21398 21398 |
| 33014 | 33014 | 246318 246318 | 21398 21398 |
| 33015 | 33015 | 271562 271562 | 21398 21398 |
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)
);