inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58442
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 620944 | 620944 | 58442 58442 | 8964 8964 |
| 795984 | 795984 | 58442 58442 | 85349 85349 |
| 796082 | 796082 | 58442 58442 | 85350 85350 |
| 797499 | 797499 | 58442 58442 | 85351 85351 |
| 865214 | 865214 | 58442 58442 | 85352 85352 |
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)
);