inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49580
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 446284 | 446284 | 49580 49580 | 8032 8032 |
| 822112 | 822112 | 49580 49580 | 72156 72156 |
| 953552 | 953552 | 49580 49580 | 11301 11301 |
| 1029427 | 1029427 | 49580 49580 | 72154 72154 |
| 1029756 | 1029756 | 49580 49580 | 72155 72155 |
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)
);