inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 62255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 979821 | 979821 | 41962 41962 | 62255 62255 |
| 979822 | 979822 | 522559 522559 | 62255 62255 |
| 979823 | 979823 | 256776 256776 | 62255 62255 |
| 979824 | 979824 | 540787 540787 | 62255 62255 |
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)
);