inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21370
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229511 | 229511 | 271466 271466 | 21370 21370 |
| 229512 | 229512 | 271467 271467 | 21370 21370 |
| 229513 | 229513 | 88627 88627 | 21370 21370 |
| 229514 | 229514 | 495011 495011 | 21370 21370 |
| 229515 | 229515 | 62318 62318 | 21370 21370 |
| 229516 | 229516 | 10591 10591 | 21370 21370 |
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)
);