inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15541
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 813956 | 813956 | 7332 7332 | 15541 15541 |
| 813957 | 813957 | 37857 37857 | 15541 15541 |
| 813958 | 813958 | 242200 242200 | 15541 15541 |
| 813959 | 813959 | 265064 265064 | 15541 15541 |
| 813960 | 813960 | 53568 53568 | 15541 15541 |
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)
);