inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16316
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192177 | 192177 | 306190 306190 | 16316 16316 |
| 192178 | 192178 | 244451 244451 | 16316 16316 |
| 192179 | 192179 | 489621 489621 | 16316 16316 |
| 192180 | 192180 | 31533 31533 | 16316 16316 |
| 192181 | 192181 | 7799 7799 | 16316 16316 |
| 192182 | 192182 | 78621 78621 | 16316 16316 |
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)
);