inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 7258
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192345 | 192345 | 2899 2899 | 7258 7258 |
| 192346 | 192346 | 72710 72710 | 7258 7258 |
| 192347 | 192347 | 543235 543235 | 7258 7258 |
| 192348 | 192348 | 268857 268857 | 7258 7258 |
| 192349 | 192349 | 45680 45680 | 7258 7258 |
| 192350 | 192350 | 244416 244416 | 7258 7258 |
| 192351 | 192351 | 35393 35393 | 7258 7258 |
| 192352 | 192352 | 226575 226575 | 7258 7258 |
| 192353 | 192353 | 268856 268856 | 7258 7258 |
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)
);