inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14506
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 92862 | 92862 | 240766 240766 | 14506 14506 |
| 92863 | 92863 | 6690 6690 | 14506 14506 |
| 92864 | 92864 | 56843 56843 | 14506 14506 |
| 92865 | 92865 | 488336 488336 | 14506 14506 |
| 92866 | 92866 | 76762 76762 | 14506 14506 |
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)
);