inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 51457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 80918 | 80918 | 240303 240303 | 51457 51457 |
| 80919 | 80919 | 323591 323591 | 51457 51457 |
| 80920 | 80920 | 26810 26810 | 51457 51457 |
| 80921 | 80921 | 61496 61496 | 51457 51457 |
| 80922 | 80922 | 542413 542413 | 51457 51457 |
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)
);