inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 42242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 536459 | 536459 | 305730 305730 | 42242 42242 |
| 536460 | 536460 | 255009 255009 | 42242 42242 |
| 536461 | 536461 | 539430 539430 | 42242 42242 |
| 536462 | 536462 | 30980 30980 | 42242 42242 |
| 536463 | 536463 | 65422 65422 | 42242 42242 |
| 536464 | 536464 | 287396 287396 | 42242 42242 |
| 536465 | 536465 | 515632 515632 | 42242 42242 |
| 536466 | 536466 | 21953 21953 | 42242 42242 |
| 536467 | 536467 | 287395 287395 | 42242 42242 |
| 536468 | 536468 | 129212 129212 | 42242 42242 |
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)
);