inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16533
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 362374 | 362374 | 248838 248838 | 16533 16533 |
| 362375 | 362375 | 40594 40594 | 16533 16533 |
| 362376 | 362376 | 328284 328284 | 16533 16533 |
| 362377 | 362377 | 527930 527930 | 16533 16533 |
| 362378 | 362378 | 7927 7927 | 16533 16533 |
| 362379 | 362379 | 79043 79043 | 16533 16533 |
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)
);