inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721753 | 721753 | 9637 9637 | 19647 19647 |
| 721754 | 721754 | 66822 66822 | 19647 19647 |
| 721755 | 721755 | 241240 241240 | 19647 19647 |
| 721756 | 721756 | 493545 493545 | 19647 19647 |
| 721757 | 721757 | 529577 529577 | 19647 19647 |
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)
);