inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 287286 | 287286 | 285154 285154 | 9636 9636 |
| 287287 | 287287 | 8986 8986 | 9636 9636 |
| 287288 | 287288 | 3897 3897 | 9636 9636 |
| 287289 | 287289 | 30720 30720 | 9636 9636 |
| 287290 | 287290 | 49675 49675 | 9636 9636 |
| 287291 | 287291 | 491800 491800 | 9636 9636 |
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)
);