inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54591
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438259 | 438259 | 349907 349907 | 54591 54591 |
| 438260 | 438260 | 153016 153016 | 54591 54591 |
| 438261 | 438261 | 251173 251173 | 54591 54591 |
| 438262 | 438262 | 73678 73678 | 54591 54591 |
| 438263 | 438263 | 29378 29378 | 54591 54591 |
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)
);