inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16977
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 431548 | 431548 | 280092 280092 | 16977 16977 |
| 431549 | 431549 | 280091 280091 | 16977 16977 |
| 431550 | 431550 | 280093 280093 | 16977 16977 |
| 431551 | 431551 | 80390 80390 | 16977 16977 |
| 431552 | 431552 | 251047 251047 | 16977 16977 |
| 431553 | 431553 | 8175 8175 | 16977 16977 |
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)
);