inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 18520
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 253750 | 253750 | 253944 253944 | 18520 18520 |
| 253751 | 253751 | 31441 31441 | 18520 18520 |
| 253752 | 253752 | 9032 9032 | 18520 18520 |
| 253753 | 253753 | 285314 285314 | 18520 18520 |
| 253754 | 253754 | 491882 491882 | 18520 18520 |
| 253755 | 253755 | 54666 54666 | 18520 18520 |
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)
);