inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10580
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 211537 | 211537 | 170141 170141 | 10580 10580 |
| 211538 | 211538 | 16504 16504 | 10580 10580 |
| 211539 | 211539 | 107845 107845 | 10580 10580 |
| 211540 | 211540 | 4321 4321 | 10580 10580 |
| 211541 | 211541 | 225447 225447 | 10580 10580 |
| 211542 | 211542 | 504948 504948 | 10580 10580 |
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)
);