inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10856
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1003551 | 1003551 | 240590 240590 | 10856 10856 |
| 1003552 | 1003552 | 5468 5468 | 10856 10856 |
| 1003553 | 1003553 | 261977 261977 | 10856 10856 |
| 1003554 | 1003554 | 42364 42364 | 10856 10856 |
| 1003555 | 1003555 | 4459 4459 | 10856 10856 |
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)
);