inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 343309 | 343309 | 50797 50797 | 42515 42515 |
| 343310 | 343310 | 22092 22092 | 42515 42515 |
| 343311 | 343311 | 539517 539517 | 42515 42515 |
| 343312 | 343312 | 31495 31495 | 42515 42515 |
| 343313 | 343313 | 516546 516546 | 42515 42515 |
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)
);