inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58734
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764319 | 764319 | 289043 289043 | 58734 58734 |
| 764320 | 764320 | 36206 36206 | 58734 58734 |
| 764321 | 764321 | 255612 255612 | 58734 58734 |
| 764322 | 764322 | 532575 532575 | 58734 58734 |
| 764323 | 764323 | 60288 60288 | 58734 58734 |
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)
);