inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 31520
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201592 | 201592 | 269654 269654 | 31520 31520 |
| 201593 | 201593 | 226118 226118 | 31520 31520 |
| 201594 | 201594 | 244825 244825 | 31520 31520 |
| 201595 | 201595 | 504510 504510 | 31520 31520 |
| 201596 | 201596 | 269653 269653 | 31520 31520 |
| 201597 | 201597 | 269655 269655 | 31520 31520 |
| 201598 | 201598 | 16265 16265 | 31520 31520 |
| 201599 | 201599 | 106979 106979 | 31520 31520 |
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)
);