inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491211 | 491211 | 56521 56521 | 25686 25686 |
| 491212 | 491212 | 313968 313968 | 25686 25686 |
| 491213 | 491213 | 12949 12949 | 25686 25686 |
| 491214 | 491214 | 97508 97508 | 25686 25686 |
| 491215 | 491215 | 239465 239465 | 25686 25686 |
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)
);