inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23719
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 50586 | 50586 | 68690 68690 | 23719 23719 |
| 50587 | 50587 | 279304 279304 | 23719 23719 |
| 50588 | 50588 | 497895 497895 | 23719 23719 |
| 50589 | 50589 | 11879 11879 | 23719 23719 |
| 50590 | 50590 | 531718 531718 | 23719 23719 |
| 50591 | 50591 | 250601 250601 | 23719 23719 |
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)
);