inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16031
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 735279 | 735279 | 49610 49610 | 16031 16031 |
| 735280 | 735280 | 267922 267922 | 16031 16031 |
| 735281 | 735281 | 243912 243912 | 16031 16031 |
| 735282 | 735282 | 34816 34816 | 16031 16031 |
| 735283 | 735283 | 7630 7630 | 16031 16031 |
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)
);