inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13865
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 64567 | 64567 | 6291 6291 | 13865 13865 |
| 64568 | 64568 | 232186 232186 | 13865 13865 |
| 64569 | 64569 | 76154 76154 | 13865 13865 |
| 64570 | 64570 | 487510 487510 | 13865 13865 |
| 64571 | 64571 | 305523 305523 | 13865 13865 |
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)
);