inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 84897
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 228444 | 228444 | 58178 58178 | 84897 84897 |
| 228445 | 228445 | 109619 109619 | 84897 84897 |
| 228446 | 228446 | 171283 171283 | 84897 84897 |
| 228447 | 228447 | 535642 535642 | 84897 84897 |
| 228448 | 228448 | 224669 224669 | 84897 84897 |
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)
);