inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 35495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973462 | 973462 | 41730 41730 | 35495 35495 |
| 973463 | 973463 | 248581 248581 | 35495 35495 |
| 973464 | 973464 | 536929 536929 | 35495 35495 |
| 973465 | 973465 | 18431 18431 | 35495 35495 |
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)
);