inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 108188
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 880626 | 880626 | 76752 76752 | 108188 108188 |
| 880627 | 880627 | 240756 240756 | 108188 108188 |
| 880628 | 880628 | 231076 231076 | 108188 108188 |
| 880629 | 880629 | 155017 155017 | 108188 108188 |
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)
);