inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 50457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 277593 | 277593 | 50457 50457 | 73335 73335 |
| 573290 | 573290 | 50457 50457 | 73332 73332 |
| 728184 | 728184 | 50457 50457 | 73333 73333 |
| 861484 | 861484 | 50457 50457 | 73336 73336 |
| 1016073 | 1016073 | 50457 50457 | 73334 73334 |
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)
);