inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15062
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 164531 | 164531 | 338684 338684 | 15062 15062 |
| 164532 | 164532 | 7041 7041 | 15062 15062 |
| 164533 | 164533 | 64448 64448 | 15062 15062 |
| 164534 | 164534 | 529954 529954 | 15062 15062 |
| 164535 | 164535 | 266954 266954 | 15062 15062 |
| 164536 | 164536 | 266955 266955 | 15062 15062 |
| 164537 | 164537 | 33833 33833 | 15062 15062 |
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)
);