inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17065
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 409834 | 409834 | 51012 51012 | 17065 17065 |
| 409835 | 409835 | 280262 280262 | 17065 17065 |
| 409836 | 409836 | 490464 490464 | 17065 17065 |
| 409837 | 409837 | 251147 251147 | 17065 17065 |
| 409838 | 409838 | 32770 32770 | 17065 17065 |
| 409839 | 409839 | 8219 8219 | 17065 17065 |
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)
);