inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 46529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 256625 | 256625 | 46529 46529 | 67470 67470 |
| 354166 | 354166 | 46529 46529 | 67471 67471 |
| 398538 | 398538 | 46529 46529 | 67469 67469 |
| 447783 | 447783 | 46529 46529 | 67467 67467 |
| 978686 | 978686 | 46529 46529 | 67468 67468 |
| 978705 | 978705 | 46529 46529 | 67472 67472 |
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)
);