inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 529329 | 529329 | 13540 13540 | 26768 26768 |
| 529330 | 529330 | 35322 35322 | 26768 26768 |
| 529331 | 529331 | 46358 46358 | 26768 26768 |
| 529332 | 529332 | 254772 254772 | 26768 26768 |
| 529333 | 529333 | 532499 532499 | 26768 26768 |
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)
);