inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 66672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183830 | 183830 | 268211 268211 | 66672 66672 |
| 183831 | 183831 | 338090 338090 | 66672 66672 |
| 183832 | 183832 | 105619 105619 | 66672 66672 |
| 183833 | 183833 | 244069 244069 | 66672 66672 |
| 183834 | 183834 | 268212 268212 | 66672 66672 |
| 183835 | 183835 | 45942 45942 | 66672 66672 |
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)
);