inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1022583 | 1022583 | 8399 8399 | 10197 10197 |
| 1022584 | 1022584 | 281676 281676 | 10197 10197 |
| 1022585 | 1022585 | 251912 251912 | 10197 10197 |
| 1022586 | 1022586 | 42700 42700 | 10197 10197 |
| 1022587 | 1022587 | 4135 4135 | 10197 10197 |
| 1022588 | 1022588 | 58088 58088 | 10197 10197 |
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)
);