inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 247387 | 247387 | 62067 62067 | 10405 10405 |
| 247388 | 247388 | 31125 31125 | 10405 10405 |
| 247389 | 247389 | 4233 4233 | 10405 10405 |
| 247390 | 247390 | 17585 17585 | 10405 10405 |
| 247391 | 247391 | 536100 536100 | 10405 10405 |
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)
);