inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 71746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 282586 | 282586 | 431759 431759 | 71746 71746 |
| 282587 | 282587 | 470406 470406 | 71746 71746 |
| 282588 | 282588 | 383015 383015 | 71746 71746 |
| 282589 | 282589 | 492473 492473 | 71746 71746 |
| 282590 | 282590 | 484491 484491 | 71746 71746 |
| 282591 | 282591 | 49282 49282 | 71746 71746 |
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)
);