inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 117547
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 510532 | 510532 | 466296 466296 | 117547 117547 |
| 510533 | 510533 | 425956 425956 | 117547 117547 |
| 510534 | 510534 | 484013 484013 | 117547 117547 |
| 510535 | 510535 | 83365 83365 | 117547 117547 |
| 510536 | 510536 | 377913 377913 | 117547 117547 |
| 510537 | 510537 | 492279 492279 | 117547 117547 |
| 510538 | 510538 | 341555 341555 | 117547 117547 |
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)
);