inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 241299
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 104833 | 104833 | 263034 263034 | 241299 241299 |
| 104834 | 104834 | 166558 166558 | 241299 241299 |
| 104835 | 104835 | 263033 263033 | 241299 241299 |
| 104836 | 104836 | 501927 501927 | 241299 241299 |
| 104837 | 104837 | 339011 339011 | 241299 241299 |
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)
);