inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 19409
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694843 | 694843 | 210667 210667 | 19409 19409 |
| 694844 | 694844 | 297400 297400 | 19409 19409 |
| 694845 | 694845 | 330045 330045 | 19409 19409 |
| 694846 | 694846 | 85317 85317 | 19409 19409 |
| 694847 | 694847 | 9508 9508 | 19409 19409 |
| 694848 | 694848 | 297399 297399 | 19409 19409 |
| 694849 | 694849 | 158844 158844 | 19409 19409 |
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)
);