inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115497 | 115497 | 35639 35639 | 15281 15281 |
| 115498 | 115498 | 77347 77347 | 15281 15281 |
| 115499 | 115499 | 201502 201502 | 15281 15281 |
| 115500 | 115500 | 527201 527201 | 15281 15281 |
| 115501 | 115501 | 7172 7172 | 15281 15281 |
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)
);