inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31892
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 807267 | 807267 | 16474 16474 | 31892 31892 |
| 807268 | 807268 | 68878 68878 | 31892 31892 |
| 807269 | 807269 | 270190 270190 | 31892 31892 |
| 807270 | 807270 | 37675 37675 | 31892 31892 |
| 807271 | 807271 | 535279 535279 | 31892 31892 |
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)
);