inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 55017
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 389490 | 389490 | 497403 497403 | 55017 55017 |
| 389491 | 389491 | 220926 220926 | 55017 55017 |
| 389492 | 389492 | 70431 70431 | 55017 55017 |
| 389493 | 389493 | 93393 93393 | 55017 55017 |
| 389494 | 389494 | 30053 30053 | 55017 55017 |
| 389495 | 389495 | 162392 162392 | 55017 55017 |
| 389496 | 389496 | 531502 531502 | 55017 55017 |
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)
);