inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11606
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764380 | 764380 | 4898 4898 | 11606 11606 |
| 764381 | 764381 | 61254 61254 | 11606 11606 |
| 764382 | 764382 | 36213 36213 | 11606 11606 |
| 764383 | 764383 | 289523 289523 | 11606 11606 |
| 764384 | 764384 | 255873 255873 | 11606 11606 |
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)
);