inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 49461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 659423 | 659423 | 541658 541658 | 49461 49461 |
| 659424 | 659424 | 59238 59238 | 49461 49461 |
| 659425 | 659425 | 258775 258775 | 49461 49461 |
| 659426 | 659426 | 25755 25755 | 49461 49461 |
| 659427 | 659427 | 142274 142274 | 49461 49461 |
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)
);