inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 52202
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183853 | 183853 | 52202 52202 | 16100 16100 |
| 248290 | 248290 | 52202 52202 | 76077 76077 |
| 852325 | 852325 | 52202 52202 | 76076 76076 |
| 852349 | 852349 | 52202 52202 | 76078 76078 |
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)
);