inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 7471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 618915 | 618915 | 292541 292541 | 7471 7471 |
| 618916 | 618916 | 2984 2984 | 7471 7471 |
| 618917 | 618917 | 340271 340271 | 7471 7471 |
| 618918 | 618918 | 292542 292542 | 7471 7471 |
| 618919 | 618919 | 257273 257273 | 7471 7471 |
| 618920 | 618920 | 12635 12635 | 7471 7471 |
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)
);