inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 123648
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 197488 | 197488 | 481474 481474 | 123648 123648 |
| 197489 | 197489 | 494358 494358 | 123648 123648 |
| 197490 | 197490 | 87332 87332 | 123648 123648 |
| 197491 | 197491 | 366881 366881 | 123648 123648 |
| 197492 | 197492 | 244605 244605 | 123648 123648 |
| 197493 | 197493 | 413174 413174 | 123648 123648 |
| 197494 | 197494 | 226341 226341 | 123648 123648 |
| 197495 | 197495 | 458149 458149 | 123648 123648 |
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)
);