inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12698
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 656889 | 656889 | 75265 75265 | 12698 12698 |
| 656890 | 656890 | 5587 5587 | 12698 12698 |
| 656891 | 656891 | 344042 344042 | 12698 12698 |
| 656892 | 656892 | 486761 486761 | 12698 12698 |
| 656893 | 656893 | 57539 57539 | 12698 12698 |
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)
);