inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 105764
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 628540 | 628540 | 153621 153621 | 105764 105764 |
| 628541 | 628541 | 486367 486367 | 105764 105764 |
| 628542 | 628542 | 74720 74720 | 105764 105764 |
| 628543 | 628543 | 525917 525917 | 105764 105764 |
| 628544 | 628544 | 257599 257599 | 105764 105764 |
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)
);