inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 662673 | 662673 | 242833 242833 | 15829 15829 |
| 662674 | 662674 | 228605 228605 | 15829 15829 |
| 662675 | 662675 | 489161 489161 | 15829 15829 |
| 662676 | 662676 | 48129 48129 | 15829 15829 |
| 662677 | 662677 | 7511 7511 | 15829 15829 |
| 662678 | 662678 | 265923 265923 | 15829 15829 |
| 662679 | 662679 | 33220 33220 | 15829 15829 |
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)
);