inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16874
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 281126 | 281126 | 250899 250899 | 16874 16874 |
| 281127 | 281127 | 279829 279829 | 16874 16874 |
| 281128 | 281128 | 30581 30581 | 16874 16874 |
| 281129 | 281129 | 490300 490300 | 16874 16874 |
| 281130 | 281130 | 8115 8115 | 16874 16874 |
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)
);