inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 17454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 457013 | 457013 | 81201 81201 | 17454 17454 |
| 457014 | 457014 | 218888 218888 | 17454 17454 |
| 457015 | 457015 | 8433 8433 | 17454 17454 |
| 457016 | 457016 | 61066 61066 | 17454 17454 |
| 457017 | 457017 | 490838 490838 | 17454 17454 |
| 457018 | 457018 | 281805 281805 | 17454 17454 |
| 457019 | 457019 | 281806 281806 | 17454 17454 |
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)
);