inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16983
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 431594 | 431594 | 80394 80394 | 16983 16983 |
| 431595 | 431595 | 31170 31170 | 16983 16983 |
| 431596 | 431596 | 8178 8178 | 16983 16983 |
| 431597 | 431597 | 201582 201582 | 16983 16983 |
| 431598 | 431598 | 345289 345289 | 16983 16983 |
| 431599 | 431599 | 55556 55556 | 16983 16983 |
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)
);