inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 841978 | 841978 | 1536 1536 | 3899 3899 |
| 841979 | 841979 | 63216 63216 | 3899 3899 |
| 841980 | 841980 | 243065 243065 | 3899 3899 |
| 841981 | 841981 | 534456 534456 | 3899 3899 |
| 841982 | 841982 | 15541 15541 | 3899 3899 |
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)
);