inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12424
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 245304 | 245304 | 44850 44850 | 12424 12424 |
| 245305 | 245305 | 243756 243756 | 12424 12424 |
| 245306 | 245306 | 31057 31057 | 12424 12424 |
| 245307 | 245307 | 5431 5431 | 12424 12424 |
| 245308 | 245308 | 489353 489353 | 12424 12424 |
| 245309 | 245309 | 227507 227507 | 12424 12424 |
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)
);