inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 598817 | 598817 | 5027 5027 | 11777 11777 |
| 598818 | 598818 | 486183 486183 | 11777 11777 |
| 598819 | 598819 | 291588 291588 | 11777 11777 |
| 598820 | 598820 | 291587 291587 | 11777 11777 |
| 598821 | 598821 | 67049 67049 | 11777 11777 |
| 598822 | 598822 | 35886 35886 | 11777 11777 |
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)
);