inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21507
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 748286 | 748286 | 272092 272092 | 21507 21507 |
| 748287 | 748287 | 35755 35755 | 21507 21507 |
| 748288 | 748288 | 10662 10662 | 21507 21507 |
| 748289 | 748289 | 46287 46287 | 21507 21507 |
| 748290 | 748290 | 239233 239233 | 21507 21507 |
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)
);