inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60593
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68616 | 68616 | 101716 101716 | 60593 60593 |
| 68617 | 68617 | 165966 165966 | 60593 60593 |
| 68618 | 68618 | 232013 232013 | 60593 60593 |
| 68619 | 68619 | 501378 501378 | 60593 60593 |
| 68620 | 68620 | 239788 239788 | 60593 60593 |
| 68621 | 68621 | 39276 39276 | 60593 60593 |
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)
);