inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 91805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 756604 | 756604 | 199159 199159 | 91805 91805 |
| 756605 | 756605 | 103722 103722 | 91805 91805 |
| 756606 | 756606 | 534342 534342 | 91805 91805 |
| 756607 | 756607 | 167950 167950 | 91805 91805 |
| 756608 | 756608 | 228730 228730 | 91805 91805 |
| 756609 | 756609 | 62633 62633 | 91805 91805 |
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)
);