inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 19696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111389 | 111389 | 263687 263687 | 19696 19696 |
| 111390 | 111390 | 60133 60133 | 19696 19696 |
| 111391 | 111391 | 263686 263686 | 19696 19696 |
| 111392 | 111392 | 86103 86103 | 19696 19696 |
| 111393 | 111393 | 241490 241490 | 19696 19696 |
| 111394 | 111394 | 529601 529601 | 19696 19696 |
| 111395 | 111395 | 493591 493591 | 19696 19696 |
| 111396 | 111396 | 320233 320233 | 19696 19696 |
| 111397 | 111397 | 9663 9663 | 19696 19696 |
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)
);