inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54023
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 384991 | 384991 | 527997 527997 | 54023 54023 |
| 384992 | 384992 | 79457 79457 | 54023 54023 |
| 384993 | 384993 | 28328 28328 | 54023 54023 |
| 384994 | 384994 | 325515 325515 | 54023 54023 |
| 384995 | 384995 | 490020 490020 | 54023 54023 |
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)
);