inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 37080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 807434 | 807434 | 250023 250023 | 37080 37080 |
| 807435 | 807435 | 278276 278276 | 37080 37080 |
| 807436 | 807436 | 61262 61262 | 37080 37080 |
| 807437 | 807437 | 537589 537589 | 37080 37080 |
| 807438 | 807438 | 19258 19258 | 37080 37080 |
| 807439 | 807439 | 510014 510014 | 37080 37080 |
| 807440 | 807440 | 37686 37686 | 37080 37080 |
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)
);