inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 19171
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980223 | 980223 | 258593 258593 | 19171 19171 |
| 980224 | 980224 | 49508 49508 | 19171 19171 |
| 980225 | 980225 | 9382 9382 | 19171 19171 |
| 980226 | 980226 | 492922 492922 | 19171 19171 |
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)
);