inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405070
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838271 | 838271 | 490945 490945 | 405070 405070 |
| 838272 | 838272 | 375403 375403 | 405070 405070 |
| 838273 | 838273 | 423121 423121 | 405070 405070 |
| 838274 | 838274 | 464463 464463 | 405070 405070 |
| 838275 | 838275 | 483588 483588 | 405070 405070 |
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)
);