inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 68981
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 817553 | 817553 | 77076 77076 | 68981 68981 |
| 817554 | 817554 | 47504 47504 | 68981 68981 |
| 817555 | 817555 | 201286 201286 | 68981 68981 |
| 817556 | 817556 | 155280 155280 | 68981 68981 |
| 817557 | 817557 | 207391 207391 | 68981 68981 |
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)
);