inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 45437
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574357 | 574357 | 23644 23644 | 45437 45437 |
| 574358 | 574358 | 55785 55785 | 45437 45437 |
| 574359 | 574359 | 521187 521187 | 45437 45437 |
| 574360 | 574360 | 290064 290064 | 45437 45437 |
| 574361 | 574361 | 329619 329619 | 45437 45437 |
| 574362 | 574362 | 134180 134180 | 45437 45437 |
| 574363 | 574363 | 37621 37621 | 45437 45437 |
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)
);