inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 37031
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 390834 | 390834 | 19232 19232 | 37031 37031 |
| 390835 | 390835 | 220879 220879 | 37031 37031 |
| 390836 | 390836 | 509959 509959 | 37031 37031 |
| 390837 | 390837 | 33065 33065 | 37031 37031 |
| 390838 | 390838 | 118824 118824 | 37031 37031 |
| 390839 | 390839 | 177261 177261 | 37031 37031 |
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)
);