inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 11463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 487480 | 487480 | 54148 54148 | 11463 11463 |
| 487481 | 487481 | 321338 321338 | 11463 11463 |
| 487482 | 487482 | 4806 4806 | 11463 11463 |
| 487483 | 487483 | 74062 74062 | 11463 11463 |
| 487484 | 487484 | 153208 153208 | 11463 11463 |
| 487485 | 487485 | 485916 485916 | 11463 11463 |
| 487486 | 487486 | 253387 253387 | 11463 11463 |
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)
);